1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1beta1
  6. getSpecialistPool

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.aiplatform/v1beta1.getSpecialistPool

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Gets a SpecialistPool.

    Using getSpecialistPool

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSpecialistPool(args: GetSpecialistPoolArgs, opts?: InvokeOptions): Promise<GetSpecialistPoolResult>
    function getSpecialistPoolOutput(args: GetSpecialistPoolOutputArgs, opts?: InvokeOptions): Output<GetSpecialistPoolResult>
    def get_specialist_pool(location: Optional[str] = None,
                            project: Optional[str] = None,
                            specialist_pool_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSpecialistPoolResult
    def get_specialist_pool_output(location: Optional[pulumi.Input[str]] = None,
                            project: Optional[pulumi.Input[str]] = None,
                            specialist_pool_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSpecialistPoolResult]
    func LookupSpecialistPool(ctx *Context, args *LookupSpecialistPoolArgs, opts ...InvokeOption) (*LookupSpecialistPoolResult, error)
    func LookupSpecialistPoolOutput(ctx *Context, args *LookupSpecialistPoolOutputArgs, opts ...InvokeOption) LookupSpecialistPoolResultOutput

    > Note: This function is named LookupSpecialistPool in the Go SDK.

    public static class GetSpecialistPool 
    {
        public static Task<GetSpecialistPoolResult> InvokeAsync(GetSpecialistPoolArgs args, InvokeOptions? opts = null)
        public static Output<GetSpecialistPoolResult> Invoke(GetSpecialistPoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSpecialistPoolResult> getSpecialistPool(GetSpecialistPoolArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:aiplatform/v1beta1:getSpecialistPool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location string
    SpecialistPoolId string
    Project string
    Location string
    SpecialistPoolId string
    Project string
    location String
    specialistPoolId String
    project String
    location string
    specialistPoolId string
    project string
    location String
    specialistPoolId String
    project String

    getSpecialistPool Result

    The following output properties are available:

    DisplayName string
    The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
    Name string
    The resource name of the SpecialistPool.
    PendingDataLabelingJobs List<string>
    The resource name of the pending data labeling jobs.
    SpecialistManagerEmails List<string>
    The email addresses of the managers in the SpecialistPool.
    SpecialistManagersCount int
    The number of managers in this SpecialistPool.
    SpecialistWorkerEmails List<string>
    The email addresses of workers in the SpecialistPool.
    DisplayName string
    The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
    Name string
    The resource name of the SpecialistPool.
    PendingDataLabelingJobs []string
    The resource name of the pending data labeling jobs.
    SpecialistManagerEmails []string
    The email addresses of the managers in the SpecialistPool.
    SpecialistManagersCount int
    The number of managers in this SpecialistPool.
    SpecialistWorkerEmails []string
    The email addresses of workers in the SpecialistPool.
    displayName String
    The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
    name String
    The resource name of the SpecialistPool.
    pendingDataLabelingJobs List<String>
    The resource name of the pending data labeling jobs.
    specialistManagerEmails List<String>
    The email addresses of the managers in the SpecialistPool.
    specialistManagersCount Integer
    The number of managers in this SpecialistPool.
    specialistWorkerEmails List<String>
    The email addresses of workers in the SpecialistPool.
    displayName string
    The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
    name string
    The resource name of the SpecialistPool.
    pendingDataLabelingJobs string[]
    The resource name of the pending data labeling jobs.
    specialistManagerEmails string[]
    The email addresses of the managers in the SpecialistPool.
    specialistManagersCount number
    The number of managers in this SpecialistPool.
    specialistWorkerEmails string[]
    The email addresses of workers in the SpecialistPool.
    display_name str
    The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
    name str
    The resource name of the SpecialistPool.
    pending_data_labeling_jobs Sequence[str]
    The resource name of the pending data labeling jobs.
    specialist_manager_emails Sequence[str]
    The email addresses of the managers in the SpecialistPool.
    specialist_managers_count int
    The number of managers in this SpecialistPool.
    specialist_worker_emails Sequence[str]
    The email addresses of workers in the SpecialistPool.
    displayName String
    The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
    name String
    The resource name of the SpecialistPool.
    pendingDataLabelingJobs List<String>
    The resource name of the pending data labeling jobs.
    specialistManagerEmails List<String>
    The email addresses of the managers in the SpecialistPool.
    specialistManagersCount Number
    The number of managers in this SpecialistPool.
    specialistWorkerEmails List<String>
    The email addresses of workers in the SpecialistPool.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi