Interface UploadModelResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UploadModelResponse,UploadModelResponse.Builder
public interface UploadModelResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModel()The name of the uploaded Model resource.com.google.protobuf.ByteStringgetModelBytes()The name of the uploaded Model resource.StringgetModelVersionId()Output only.com.google.protobuf.ByteStringgetModelVersionIdBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModel
String getModel()
The name of the uploaded Model resource. Format: `projects/{project}/locations/{location}/models/{model}`string model = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The model.
-
getModelBytes
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) = { ... }- Returns:
- The bytes for model.
-
getModelVersionId
String getModelVersionId()
Output only. The version ID of the model that is uploaded.
string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The modelVersionId.
-
getModelVersionIdBytes
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];- Returns:
- The bytes for modelVersionId.
-
-