Class FasterDeploymentConfig.Builder (3.84.0)

public static final class FasterDeploymentConfig.Builder extends GeneratedMessage.Builder<FasterDeploymentConfig.Builder> implements FasterDeploymentConfigOrBuilder

Configuration for faster model deployment.

Protobuf type google.cloud.aiplatform.v1.FasterDeploymentConfig

Static Methods

getDescriptor()

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

Methods

build()

public FasterDeploymentConfig build()
Returns
Type Description
FasterDeploymentConfig

buildPartial()

public FasterDeploymentConfig buildPartial()
Returns
Type Description
FasterDeploymentConfig

clear()

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

clearFastTryoutEnabled()

public FasterDeploymentConfig.Builder clearFastTryoutEnabled()

If true, enable fast tryout feature for this deployed model.

bool fast_tryout_enabled = 2;

Returns
Type Description
FasterDeploymentConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public FasterDeploymentConfig getDefaultInstanceForType()
Returns
Type Description
FasterDeploymentConfig

getDescriptorForType()

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

getFastTryoutEnabled()

public boolean getFastTryoutEnabled()

If true, enable fast tryout feature for this deployed model.

bool fast_tryout_enabled = 2;

Returns
Type Description
boolean

The fastTryoutEnabled.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FasterDeploymentConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFastTryoutEnabled(boolean value)

public FasterDeploymentConfig.Builder setFastTryoutEnabled(boolean value)

If true, enable fast tryout feature for this deployed model.

bool fast_tryout_enabled = 2;

Parameter
Name Description
value boolean

The fastTryoutEnabled to set.

Returns
Type Description
FasterDeploymentConfig.Builder

This builder for chaining.