Interface ExportModelOperationMetadata.OutputInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExportModelOperationMetadata.OutputInfo, ExportModelOperationMetadata.OutputInfo.Builder
Enclosing class:
ExportModelOperationMetadata

public static interface ExportModelOperationMetadata.OutputInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getArtifactOutputUri

      String getArtifactOutputUri()
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The artifactOutputUri.
    • getArtifactOutputUriBytes

      com.google.protobuf.ByteString getArtifactOutputUriBytes()
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for artifactOutputUri.
    • getImageOutputUri

      String getImageOutputUri()
       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The imageOutputUri.
    • getImageOutputUriBytes

      com.google.protobuf.ByteString getImageOutputUriBytes()
       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for imageOutputUri.