Interface DeployRequest.CustomModelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployRequest.CustomModel,DeployRequest.CustomModel.Builder
- Enclosing class:
- DeployRequest
public static interface DeployRequest.CustomModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionImmutable.com.google.protobuf.ByteStringImmutable.booleanImmutable.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGcsUri
boolean hasGcsUri()Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).
string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the gcsUri field is set.
-
getGcsUri
String getGcsUri()Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).
string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The gcsUri.
-
getGcsUriBytes
com.google.protobuf.ByteString getGcsUriBytes()Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).
string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The bytes for gcsUri.
-
getModelSourceCase
DeployRequest.CustomModel.ModelSourceCase getModelSourceCase()
-