Interface ExportModelOperationMetadata.OutputInfoOrBuilder (3.42.0)

public static interface ExportModelOperationMetadata.OutputInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifactOutputUri()

public abstract 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
TypeDescription
String

The artifactOutputUri.

getArtifactOutputUriBytes()

public abstract 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
TypeDescription
ByteString

The bytes for artifactOutputUri.

getImageOutputUri()

public abstract 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
TypeDescription
String

The imageOutputUri.

getImageOutputUriBytes()

public abstract 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
TypeDescription
ByteString

The bytes for imageOutputUri.