Class OutputInfo.Builder (3.88.0)

public static final class OutputInfo.Builder extends GeneratedMessage.Builder<OutputInfo.Builder> implements OutputInfoOrBuilder

Describes the info for output of EvaluationService.

Protobuf type google.cloud.aiplatform.v1beta1.OutputInfo

Implements

OutputInfoOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public OutputInfo build()
Returns
Type Description
OutputInfo

buildPartial()

public OutputInfo buildPartial()
Returns
Type Description
OutputInfo

clear()

public OutputInfo.Builder clear()
Returns
Type Description
OutputInfo.Builder
Overrides

clearGcsOutputDirectory()

public OutputInfo.Builder clearGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OutputInfo.Builder

This builder for chaining.

clearOutputLocation()

public OutputInfo.Builder clearOutputLocation()
Returns
Type Description
OutputInfo.Builder

getDefaultInstanceForType()

public OutputInfo getDefaultInstanceForType()
Returns
Type Description
OutputInfo

getDescriptorForType()

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

getGcsOutputDirectory()

public String getGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public ByteString getGcsOutputDirectoryBytes()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public OutputInfo.OutputLocationCase getOutputLocationCase()
Returns
Type Description
OutputInfo.OutputLocationCase

hasGcsOutputDirectory()

public boolean hasGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the gcsOutputDirectory field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OutputInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setGcsOutputDirectory(String value)

public OutputInfo.Builder setGcsOutputDirectory(String value)

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The gcsOutputDirectory to set.

Returns
Type Description
OutputInfo.Builder

This builder for chaining.

setGcsOutputDirectoryBytes(ByteString value)

public OutputInfo.Builder setGcsOutputDirectoryBytes(ByteString value)

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for gcsOutputDirectory to set.

Returns
Type Description
OutputInfo.Builder

This builder for chaining.