Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FasterDeploymentConfig.
Configuration for faster model deployment.
Generated from protobuf message google.cloud.aiplatform.v1.FasterDeploymentConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ fast_tryout_enabled |
bool
If true, enable fast tryout feature for this deployed model. |
getFastTryoutEnabled
If true, enable fast tryout feature for this deployed model.
Returns | |
---|---|
Type | Description |
bool |
setFastTryoutEnabled
If true, enable fast tryout feature for this deployed model.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |