Interface ExportModelOperationMetadata.OutputInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getArtifactOutputUri()
      Output only.
      com.google.protobuf.ByteString getArtifactOutputUriBytes()
      Output only.
      String getImageOutputUri()
      Output only.
      com.google.protobuf.ByteString getImageOutputUriBytes()
      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 Detail

      • 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.