View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateSpecialistPoolOperationMetadata (google_api_ai_platform v0.24.0)
Runtime operation metadata for SpecialistPoolService.UpdateSpecialistPool.
Attributes
-
genericMetadata(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default:nil) - The operation generic information. -
specialistPool(type:String.t, default:nil) - Output only. The name of the SpecialistPool to which the specialists are being added. Format:projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateSpecialistPoolOperationMetadata{ genericMetadata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t() | nil, specialistPool: String.t() | nil }