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