Class DeployModelResponse.Builder (3.84.0)

public static final class DeployModelResponse.Builder extends GeneratedMessage.Builder<DeployModelResponse.Builder> implements DeployModelResponseOrBuilder

Response message for EndpointService.DeployModel.

Protobuf type google.cloud.aiplatform.v1.DeployModelResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DeployModelResponse build()
Returns
Type Description
DeployModelResponse

buildPartial()

public DeployModelResponse buildPartial()
Returns
Type Description
DeployModelResponse

clear()

public DeployModelResponse.Builder clear()
Returns
Type Description
DeployModelResponse.Builder
Overrides

clearDeployedModel()

public DeployModelResponse.Builder clearDeployedModel()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployModelResponse.Builder

getDefaultInstanceForType()

public DeployModelResponse getDefaultInstanceForType()
Returns
Type Description
DeployModelResponse

getDeployedModel()

public DeployedModel getDeployedModel()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployedModel

The deployedModel.

getDeployedModelBuilder()

public DeployedModel.Builder getDeployedModelBuilder()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployedModel.Builder

getDeployedModelOrBuilder()

public DeployedModelOrBuilder getDeployedModelOrBuilder()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Returns
Type Description
DeployedModelOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasDeployedModel()

public boolean hasDeployedModel()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Returns
Type Description
boolean

Whether the deployedModel field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDeployedModel(DeployedModel value)

public DeployModelResponse.Builder mergeDeployedModel(DeployedModel value)

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Parameter
Name Description
value DeployedModel
Returns
Type Description
DeployModelResponse.Builder

mergeFrom(DeployModelResponse other)

public DeployModelResponse.Builder mergeFrom(DeployModelResponse other)
Parameter
Name Description
other DeployModelResponse
Returns
Type Description
DeployModelResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeployModelResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployModelResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeployModelResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeployModelResponse.Builder
Overrides

setDeployedModel(DeployedModel value)

public DeployModelResponse.Builder setDeployedModel(DeployedModel value)

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Parameter
Name Description
value DeployedModel
Returns
Type Description
DeployModelResponse.Builder

setDeployedModel(DeployedModel.Builder builderForValue)

public DeployModelResponse.Builder setDeployedModel(DeployedModel.Builder builderForValue)

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;

Parameter
Name Description
builderForValue DeployedModel.Builder
Returns
Type Description
DeployModelResponse.Builder