Google Cloud Ai Platform V1 Client - Class UpdateSpecialistPoolOperationMetadata (0.10.0)

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

Runtime operation metadata for SpecialistPoolService.UpdateSpecialistPool.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ specialist_pool string

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

↳ generic_metadata Google\Cloud\AIPlatform\V1\GenericOperationMetadata

The operation generic information.

getSpecialistPool

Output only. The name of the SpecialistPool to which the specialists are being added.

Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

Generated from protobuf field string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setSpecialistPool

Output only. The name of the SpecialistPool to which the specialists are being added.

Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

Generated from protobuf field string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGenericMetadata

The operation generic information.

Generated from protobuf field .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\GenericOperationMetadata|null

hasGenericMetadata

clearGenericMetadata

setGenericMetadata

The operation generic information.

Generated from protobuf field .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\GenericOperationMetadata
Returns
TypeDescription
$this