public static interface ExportModelOperationMetadata.OutputInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactOutputUri()
Output only.
|
com.google.protobuf.ByteString |
getArtifactOutputUriBytes()
Output only.
|
String |
getImageOutputUri()
Output only.
|
com.google.protobuf.ByteString |
getImageOutputUriBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];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];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];Copyright © 2022 Google LLC. All rights reserved.