We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.sagemaker.getModelQualityJobDefinition
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::SageMaker::ModelQualityJobDefinition
Using getModelQualityJobDefinition
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 getModelQualityJobDefinition(args: GetModelQualityJobDefinitionArgs, opts?: InvokeOptions): Promise<GetModelQualityJobDefinitionResult>
function getModelQualityJobDefinitionOutput(args: GetModelQualityJobDefinitionOutputArgs, opts?: InvokeOptions): Output<GetModelQualityJobDefinitionResult>
def get_model_quality_job_definition(job_definition_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetModelQualityJobDefinitionResult
def get_model_quality_job_definition_output(job_definition_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetModelQualityJobDefinitionResult]
func LookupModelQualityJobDefinition(ctx *Context, args *LookupModelQualityJobDefinitionArgs, opts ...InvokeOption) (*LookupModelQualityJobDefinitionResult, error)
func LookupModelQualityJobDefinitionOutput(ctx *Context, args *LookupModelQualityJobDefinitionOutputArgs, opts ...InvokeOption) LookupModelQualityJobDefinitionResultOutput
> Note: This function is named LookupModelQualityJobDefinition
in the Go SDK.
public static class GetModelQualityJobDefinition
{
public static Task<GetModelQualityJobDefinitionResult> InvokeAsync(GetModelQualityJobDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetModelQualityJobDefinitionResult> Invoke(GetModelQualityJobDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetModelQualityJobDefinitionResult> getModelQualityJobDefinition(GetModelQualityJobDefinitionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:sagemaker:getModelQualityJobDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Job
Definition stringArn - The Amazon Resource Name (ARN) of job definition.
- Job
Definition stringArn - The Amazon Resource Name (ARN) of job definition.
- job
Definition StringArn - The Amazon Resource Name (ARN) of job definition.
- job
Definition stringArn - The Amazon Resource Name (ARN) of job definition.
- job_
definition_ strarn - The Amazon Resource Name (ARN) of job definition.
- job
Definition StringArn - The Amazon Resource Name (ARN) of job definition.
getModelQualityJobDefinition Result
The following output properties are available:
- Creation
Time string - The time at which the job definition was created.
- Job
Definition stringArn - The Amazon Resource Name (ARN) of job definition.
- Creation
Time string - The time at which the job definition was created.
- Job
Definition stringArn - The Amazon Resource Name (ARN) of job definition.
- creation
Time String - The time at which the job definition was created.
- job
Definition StringArn - The Amazon Resource Name (ARN) of job definition.
- creation
Time string - The time at which the job definition was created.
- job
Definition stringArn - The Amazon Resource Name (ARN) of job definition.
- creation_
time str - The time at which the job definition was created.
- job_
definition_ strarn - The Amazon Resource Name (ARN) of job definition.
- creation
Time String - The time at which the job definition was created.
- job
Definition StringArn - The Amazon Resource Name (ARN) of job definition.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi