Class ExportModelOperationMetadata.ExportModelOutputInfo.Builder (2.83.0)

public static final class ExportModelOperationMetadata.ExportModelOutputInfo.Builder extends GeneratedMessage.Builder<ExportModelOperationMetadata.ExportModelOutputInfo.Builder> implements ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder

Further describes the output of model export. Supplements ModelExportOutputConfig.

Protobuf type google.cloud.automl.v1.ExportModelOperationMetadata.ExportModelOutputInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportModelOperationMetadata.ExportModelOutputInfo build()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo

buildPartial()

public ExportModelOperationMetadata.ExportModelOutputInfo buildPartial()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo

clear()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clear()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

clearGcsOutputDirectory()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clearGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExportModelOperationMetadata.ExportModelOutputInfo getDefaultInstanceForType()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGcsOutputDirectory()

public String getGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
Type Description
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public ByteString getGcsOutputDirectoryBytes()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
Type Description
ByteString

The bytes for gcsOutputDirectory.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportModelOperationMetadata.ExportModelOutputInfo other)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(ExportModelOperationMetadata.ExportModelOutputInfo other)
Parameter
Name Description
other ExportModelOperationMetadata.ExportModelOutputInfo
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

setGcsOutputDirectory(String value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setGcsOutputDirectory(String value)

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Parameter
Name Description
value String

The gcsOutputDirectory to set.

Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.

setGcsOutputDirectoryBytes(ByteString value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setGcsOutputDirectoryBytes(ByteString value)

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Parameter
Name Description
value ByteString

The bytes for gcsOutputDirectory to set.

Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.