public interface UpdateSpecialistPoolOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 2;
| Type | Description |
| GenericOperationMetadata | The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 2;
| Type | Description |
| GenericOperationMetadataOrBuilder |
getSpecialistPool()
public abstract String 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}
string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The specialistPool. |
getSpecialistPoolBytes()
public abstract ByteString getSpecialistPoolBytes() Output only. The name of the SpecialistPool to which the specialists are being added.
Format:
projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}
string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for specialistPool. |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 2;
| Type | Description |
| boolean | Whether the genericMetadata field is set. |