1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1
  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/v1.getSpecialistPool

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupSpecialistPool(ctx *Context, args *LookupSpecialistPoolArgs, opts ...InvokeOption) (*LookupSpecialistPoolResult, error)
func LookupSpecialistPoolOutput(ctx *Context, args *LookupSpecialistPoolOutputArgs, opts ...InvokeOption) LookupSpecialistPoolResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSpecialistPoolResult> getSpecialistPool(GetSpecialistPoolArgs args, InvokeOptions options)
public static Output<GetSpecialistPoolResult> getSpecialistPool(GetSpecialistPoolArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:aiplatform/v1:getSpecialistPool
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Location This property is required. string
SpecialistPoolId This property is required. string
Project string
Location This property is required. string
SpecialistPoolId This property is required. string
Project string
location This property is required. String
specialistPoolId This property is required. String
project String
location This property is required. string
specialistPoolId This property is required. string
project string
location This property is required. str
specialist_pool_id This property is required. str
project str
location This property is required. String
specialistPoolId This property is required. 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 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