public static final class CreateEndpointOperationMetadata.Builder extends GeneratedMessage.Builder<CreateEndpointOperationMetadata.Builder> implements CreateEndpointOperationMetadataOrBuilderRuntime operation information for EndpointService.CreateEndpoint.
Protobuf type google.cloud.aiplatform.v1beta1.CreateEndpointOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateEndpointOperationMetadata.BuilderImplements
CreateEndpointOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateEndpointOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata |
|
buildPartial()
public CreateEndpointOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata |
|
clear()
public CreateEndpointOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
clearDeploymentStage()
public CreateEndpointOperationMetadata.Builder clearDeploymentStage()Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
This builder for chaining. |
clearGenericMetadata()
public CreateEndpointOperationMetadata.Builder clearGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
getDefaultInstanceForType()
public CreateEndpointOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata |
|
getDeploymentStage()
public DeploymentStage getDeploymentStage()Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DeploymentStage |
The deploymentStage. |
getDeploymentStageValue()
public int getDeploymentStageValue()Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for deploymentStage. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGenericMetadata()
public GenericOperationMetadata getGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataBuilder()
public GenericOperationMetadata.Builder getGenericMetadataBuilder()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata.Builder |
|
getGenericMetadataOrBuilder()
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
hasGenericMetadata()
public boolean hasGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the genericMetadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateEndpointOperationMetadata other)
public CreateEndpointOperationMetadata.Builder mergeFrom(CreateEndpointOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateEndpointOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateEndpointOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateEndpointOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
mergeGenericMetadata(GenericOperationMetadata value)
public CreateEndpointOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
setDeploymentStage(DeploymentStage value)
public CreateEndpointOperationMetadata.Builder setDeploymentStage(DeploymentStage value)Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DeploymentStageThe deploymentStage to set. |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
This builder for chaining. |
setDeploymentStageValue(int value)
public CreateEndpointOperationMetadata.Builder setDeploymentStageValue(int value)Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
.google.cloud.aiplatform.v1beta1.DeploymentStage deployment_stage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for deploymentStage to set. |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
This builder for chaining. |
setGenericMetadata(GenericOperationMetadata value)
public CreateEndpointOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
public CreateEndpointOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GenericOperationMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateEndpointOperationMetadata.Builder |
|