public static interface DeployRequest.CustomModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsUri()
Immutable.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
Immutable.
|
DeployRequest.CustomModel.ModelSourceCase |
getModelSourceCase() |
boolean |
hasGcsUri()
Immutable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];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];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];DeployRequest.CustomModel.ModelSourceCase getModelSourceCase()
Copyright © 2025 Google LLC. All rights reserved.