1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getModelBiasJobDefinition

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.sagemaker.getModelBiasJobDefinition

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::SageMaker::ModelBiasJobDefinition

    Using getModelBiasJobDefinition

    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 getModelBiasJobDefinition(args: GetModelBiasJobDefinitionArgs, opts?: InvokeOptions): Promise<GetModelBiasJobDefinitionResult>
    function getModelBiasJobDefinitionOutput(args: GetModelBiasJobDefinitionOutputArgs, opts?: InvokeOptions): Output<GetModelBiasJobDefinitionResult>
    def get_model_bias_job_definition(job_definition_arn: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetModelBiasJobDefinitionResult
    def get_model_bias_job_definition_output(job_definition_arn: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetModelBiasJobDefinitionResult]
    func LookupModelBiasJobDefinition(ctx *Context, args *LookupModelBiasJobDefinitionArgs, opts ...InvokeOption) (*LookupModelBiasJobDefinitionResult, error)
    func LookupModelBiasJobDefinitionOutput(ctx *Context, args *LookupModelBiasJobDefinitionOutputArgs, opts ...InvokeOption) LookupModelBiasJobDefinitionResultOutput

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

    public static class GetModelBiasJobDefinition 
    {
        public static Task<GetModelBiasJobDefinitionResult> InvokeAsync(GetModelBiasJobDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetModelBiasJobDefinitionResult> Invoke(GetModelBiasJobDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetModelBiasJobDefinitionResult> getModelBiasJobDefinition(GetModelBiasJobDefinitionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getModelBiasJobDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobDefinitionArn string
    The Amazon Resource Name (ARN) of job definition.
    JobDefinitionArn string
    The Amazon Resource Name (ARN) of job definition.
    jobDefinitionArn String
    The Amazon Resource Name (ARN) of job definition.
    jobDefinitionArn string
    The Amazon Resource Name (ARN) of job definition.
    job_definition_arn str
    The Amazon Resource Name (ARN) of job definition.
    jobDefinitionArn String
    The Amazon Resource Name (ARN) of job definition.

    getModelBiasJobDefinition Result

    The following output properties are available:

    CreationTime string
    The time at which the job definition was created.
    JobDefinitionArn string
    The Amazon Resource Name (ARN) of job definition.
    CreationTime string
    The time at which the job definition was created.
    JobDefinitionArn string
    The Amazon Resource Name (ARN) of job definition.
    creationTime String
    The time at which the job definition was created.
    jobDefinitionArn String
    The Amazon Resource Name (ARN) of job definition.
    creationTime string
    The time at which the job definition was created.
    jobDefinitionArn string
    The Amazon Resource Name (ARN) of job definition.
    creation_time str
    The time at which the job definition was created.
    job_definition_arn str
    The Amazon Resource Name (ARN) of job definition.
    creationTime String
    The time at which the job definition was created.
    jobDefinitionArn String
    The Amazon Resource Name (ARN) of job definition.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi