public interface UploadModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel()
Required.
|
String |
getModelId()
Optional.
|
com.google.protobuf.ByteString |
getModelIdBytes()
Optional.
|
ModelOrBuilder |
getModelOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getParentModel()
Optional.
|
com.google.protobuf.ByteString |
getParentModelBytes()
Optional.
|
String |
getServiceAccount()
Optional.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Optional.
|
boolean |
hasModel()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the Location into which to upload 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 upload the Model.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getParentModel()
Optional. The resource name of the model into which to upload the version. Only specify this field when uploading a new version.
string parent_model = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getParentModelBytes()
Optional. The resource name of the model into which to upload the version. Only specify this field when uploading a new version.
string parent_model = 4 [(.google.api.field_behavior) = OPTIONAL];String getModelId()
Optional. The ID to use for the uploaded Model, which 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 = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelIdBytes()
Optional. The ID to use for the uploaded Model, which 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 = 5 [(.google.api.field_behavior) = OPTIONAL];boolean hasModel()
Required. The Model to create.
.google.cloud.aiplatform.v1.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
Model getModel()
Required. The Model to create.
.google.cloud.aiplatform.v1.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
ModelOrBuilder getModelOrBuilder()
Required. The Model to create.
.google.cloud.aiplatform.v1.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
String getServiceAccount()
Optional. The user-provided custom service account to use to do the model upload. If empty, [Vertex AI Service Agent](https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used. Users uploading the Model must have the `iam.serviceAccounts.actAs` permission on this service account. Also, this account must belong to the project specified in the `parent` field and have all necessary read permissions.
string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getServiceAccountBytes()
Optional. The user-provided custom service account to use to do the model upload. If empty, [Vertex AI Service Agent](https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used. Users uploading the Model must have the `iam.serviceAccounts.actAs` permission on this service account. Also, this account must belong to the project specified in the `parent` field and have all necessary read permissions.
string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.