Interface ExportModelOperationMetadataOrBuilder (2.8.9)

public interface ExportModelOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenericMetadata()

public abstract GenericOperationMetadata getGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The common part of the operation metadata.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
GenericOperationMetadataOrBuilder

getOutputInfo()

public abstract ExportModelOperationMetadata.OutputInfo getOutputInfo()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ExportModelOperationMetadata.OutputInfo

The outputInfo.

getOutputInfoOrBuilder()

public abstract ExportModelOperationMetadata.OutputInfoOrBuilder getOutputInfoOrBuilder()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ExportModelOperationMetadata.OutputInfoOrBuilder

hasGenericMetadata()

public abstract boolean hasGenericMetadata()

The common part of the operation metadata.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
TypeDescription
boolean

Whether the genericMetadata field is set.

hasOutputInfo()

public abstract boolean hasOutputInfo()

Output only. Information further describing the output of this Model export.

.google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the outputInfo field is set.