Google Cloud Ai Platform V1 Client - Class GetReasoningEngineRequest (1.15.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class GetReasoningEngineRequest.

Request message for ReasoningEngineService.GetReasoningEngine.

Generated from protobuf message google.cloud.aiplatform.v1.GetReasoningEngineRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the ReasoningEngine resource. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

getName

Required. The name of the ReasoningEngine resource.

Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
string

setName

Required. The name of the ReasoningEngine resource.

Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the ReasoningEngine resource. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine} Please see ReasoningEngineServiceClient::reasoningEngineName() for help formatting this field.

Returns
Type Description
GetReasoningEngineRequest