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>
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/v1:getSpecialistPool
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Specialist
Pool stringId - Project string
- Location string
- Specialist
Pool stringId - Project string
- location String
- specialist
Pool StringId - project String
- location string
- specialist
Pool stringId - project string
- location str
- specialist_
pool_ strid - project str
- location String
- specialist
Pool StringId - project String
getSpecialistPool Result
The following output properties are available:
- Display
Name 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.
- Pending
Data List<string>Labeling Jobs - The resource name of the pending data labeling jobs.
- Specialist
Manager List<string>Emails - The email addresses of the managers in the SpecialistPool.
- Specialist
Managers intCount - The number of managers in this SpecialistPool.
- Specialist
Worker List<string>Emails - The email addresses of workers in the SpecialistPool.
- Display
Name 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.
- Pending
Data []stringLabeling Jobs - The resource name of the pending data labeling jobs.
- Specialist
Manager []stringEmails - The email addresses of the managers in the SpecialistPool.
- Specialist
Managers intCount - The number of managers in this SpecialistPool.
- Specialist
Worker []stringEmails - The email addresses of workers in the SpecialistPool.
- display
Name 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.
- pending
Data List<String>Labeling Jobs - The resource name of the pending data labeling jobs.
- specialist
Manager List<String>Emails - The email addresses of the managers in the SpecialistPool.
- specialist
Managers IntegerCount - The number of managers in this SpecialistPool.
- specialist
Worker List<String>Emails - The email addresses of workers in the SpecialistPool.
- display
Name 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.
- pending
Data string[]Labeling Jobs - The resource name of the pending data labeling jobs.
- specialist
Manager string[]Emails - The email addresses of the managers in the SpecialistPool.
- specialist
Managers numberCount - The number of managers in this SpecialistPool.
- specialist
Worker string[]Emails - 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_ Sequence[str]labeling_ jobs - The resource name of the pending data labeling jobs.
- specialist_
manager_ Sequence[str]emails - The email addresses of the managers in the SpecialistPool.
- specialist_
managers_ intcount - The number of managers in this SpecialistPool.
- specialist_
worker_ Sequence[str]emails - The email addresses of workers in the SpecialistPool.
- display
Name 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.
- pending
Data List<String>Labeling Jobs - The resource name of the pending data labeling jobs.
- specialist
Manager List<String>Emails - The email addresses of the managers in the SpecialistPool.
- specialist
Managers NumberCount - The number of managers in this SpecialistPool.
- specialist
Worker List<String>Emails - 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