Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ReasoningEngineSpec.
ReasoningEngine configurations
Generated from protobuf message google.cloud.aiplatform.v1.ReasoningEngineSpec
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ package_spec |
ReasoningEngineSpec\PackageSpec
Required. User provided package spec of the ReasoningEngine. |
↳ class_methods |
array<Google\Protobuf\Struct>
Optional. Declarations for object class methods in OpenAPI specification format. |
getPackageSpec
Required. User provided package spec of the ReasoningEngine.
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec\PackageSpec|null |
hasPackageSpec
clearPackageSpec
setPackageSpec
Required. User provided package spec of the ReasoningEngine.
Parameter | |
---|---|
Name | Description |
var |
ReasoningEngineSpec\PackageSpec
|
Returns | |
---|---|
Type | Description |
$this |
getClassMethods
Optional. Declarations for object class methods in OpenAPI specification format.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setClassMethods
Optional. Declarations for object class methods in OpenAPI specification format.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Protobuf\Struct>
|
Returns | |
---|---|
Type | Description |
$this |