public interface ExportModelOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ExportModelOperationMetadata.OutputInfoOrBuilder |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()
The common part of the operation metadata.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the outputInfo field is set. |