public interface UploadModelResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
The name of the uploaded Model resource.
|
com.google.protobuf.ByteString |
getModelBytes()
The name of the uploaded Model resource.
|
String |
getModelVersionId()
Output only.
|
com.google.protobuf.ByteString |
getModelVersionIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
The name of the uploaded Model resource.
Format: `projects/{project}/locations/{location}/models/{model}`
string model = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getModelBytes()
The name of the uploaded Model resource.
Format: `projects/{project}/locations/{location}/models/{model}`
string model = 1 [(.google.api.resource_reference) = { ... }String getModelVersionId()
Output only. The version ID of the model that is uploaded.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getModelVersionIdBytes()
Output only. The version ID of the model that is uploaded.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2022 Google LLC. All rights reserved.