public interface UploadModelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModel()
public abstract Model getModel()Required. The Model to create.
.google.cloud.aiplatform.v1.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Model | The model. |
getModelOrBuilder()
public abstract ModelOrBuilder getModelOrBuilder()Required. The Model to create.
.google.cloud.aiplatform.v1.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ModelOrBuilder |
getParent()
public abstract String 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasModel()
public abstract boolean hasModel()Required. The Model to create.
.google.cloud.aiplatform.v1.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the model field is set. |