public interface CopyModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CopyModelRequest.DestinationModelCase |
getDestinationModelCase() |
EncryptionSpec |
getEncryptionSpec()
Customer-managed encryption key options.
|
EncryptionSpecOrBuilder |
getEncryptionSpecOrBuilder()
Customer-managed encryption key options.
|
String |
getModelId()
Optional.
|
com.google.protobuf.ByteString |
getModelIdBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getParentModel()
Optional.
|
com.google.protobuf.ByteString |
getParentModelBytes()
Optional.
|
String |
getSourceModel()
Required.
|
com.google.protobuf.ByteString |
getSourceModelBytes()
Required.
|
boolean |
hasEncryptionSpec()
Customer-managed encryption key options.
|
boolean |
hasModelId()
Optional.
|
boolean |
hasParentModel()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelId()
Optional. Copy source_model into a new Model with this ID. The ID will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are `[a-z0-9_-]`. The first character cannot be a number or hyphen.
string model_id = 4 [(.google.api.field_behavior) = OPTIONAL];String getModelId()
Optional. Copy source_model into a new Model with this ID. The ID will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are `[a-z0-9_-]`. The first character cannot be a number or hyphen.
string model_id = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelIdBytes()
Optional. Copy source_model into a new Model with this ID. The ID will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are `[a-z0-9_-]`. The first character cannot be a number or hyphen.
string model_id = 4 [(.google.api.field_behavior) = OPTIONAL];boolean hasParentModel()
Optional. Specify this field to copy source_model into this existing
Model as a new version. Format:
`projects/{project}/locations/{location}/models/{model}`
string parent_model = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
String getParentModel()
Optional. Specify this field to copy source_model into this existing
Model as a new version. Format:
`projects/{project}/locations/{location}/models/{model}`
string parent_model = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentModelBytes()
Optional. Specify this field to copy source_model into this existing
Model as a new version. Format:
`projects/{project}/locations/{location}/models/{model}`
string parent_model = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
String getParent()
Required. The resource name of the Location into which to copy the Model.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location into which to copy the Model.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getSourceModel()
Required. The resource name of the Model to copy. That Model must be in the
same Project. Format:
`projects/{project}/locations/{location}/models/{model}`
string source_model = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getSourceModelBytes()
Required. The resource name of the Model to copy. That Model must be in the
same Project. Format:
`projects/{project}/locations/{location}/models/{model}`
string source_model = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasEncryptionSpec()
Customer-managed encryption key options. If this is set, then the Model copy will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 3;EncryptionSpec getEncryptionSpec()
Customer-managed encryption key options. If this is set, then the Model copy will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 3;EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Customer-managed encryption key options. If this is set, then the Model copy will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 3;CopyModelRequest.DestinationModelCase getDestinationModelCase()
Copyright © 2024 Google LLC. All rights reserved.