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

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.sagemaker.ImageVersion

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::SageMaker::ImageVersion

    Create ImageVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ImageVersion(name: string, args: ImageVersionArgs, opts?: CustomResourceOptions);
    @overload
    def ImageVersion(resource_name: str,
                     args: ImageVersionArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ImageVersion(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     base_image: Optional[str] = None,
                     image_name: Optional[str] = None,
                     alias: Optional[str] = None,
                     aliases: Optional[Sequence[str]] = None,
                     horovod: Optional[bool] = None,
                     job_type: Optional[ImageVersionJobType] = None,
                     ml_framework: Optional[str] = None,
                     processor: Optional[ImageVersionProcessor] = None,
                     programming_lang: Optional[str] = None,
                     release_notes: Optional[str] = None,
                     vendor_guidance: Optional[ImageVersionVendorGuidance] = None)
    func NewImageVersion(ctx *Context, name string, args ImageVersionArgs, opts ...ResourceOption) (*ImageVersion, error)
    public ImageVersion(string name, ImageVersionArgs args, CustomResourceOptions? opts = null)
    public ImageVersion(String name, ImageVersionArgs args)
    public ImageVersion(String name, ImageVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:ImageVersion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ImageVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ImageVersionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ImageVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ImageVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ImageVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const imageVersionResource = new aws_native.sagemaker.ImageVersion("imageVersionResource", {
        baseImage: "string",
        imageName: "string",
        alias: "string",
        aliases: ["string"],
        horovod: false,
        jobType: aws_native.sagemaker.ImageVersionJobType.Training,
        mlFramework: "string",
        processor: aws_native.sagemaker.ImageVersionProcessor.Cpu,
        programmingLang: "string",
        releaseNotes: "string",
        vendorGuidance: aws_native.sagemaker.ImageVersionVendorGuidance.NotProvided,
    });
    
    Coming soon!
    

    ImageVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ImageVersion resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ImageVersion resource produces the following output properties:

    ContainerImage string
    Id string
    The provider-assigned unique ID for this managed resource.
    ImageArn string
    ImageVersionArn string
    Version int
    ContainerImage string
    Id string
    The provider-assigned unique ID for this managed resource.
    ImageArn string
    ImageVersionArn string
    Version int
    containerImage String
    id String
    The provider-assigned unique ID for this managed resource.
    imageArn String
    imageVersionArn String
    version Integer
    containerImage string
    id string
    The provider-assigned unique ID for this managed resource.
    imageArn string
    imageVersionArn string
    version number
    container_image str
    id str
    The provider-assigned unique ID for this managed resource.
    image_arn str
    image_version_arn str
    version int
    containerImage String
    id String
    The provider-assigned unique ID for this managed resource.
    imageArn String
    imageVersionArn String
    version Number

    Supporting Types

    ImageVersionJobType, ImageVersionJobTypeArgs

    Training
    TRAINING
    Inference
    INFERENCE
    NotebookKernel
    NOTEBOOK_KERNEL
    ImageVersionJobTypeTraining
    TRAINING
    ImageVersionJobTypeInference
    INFERENCE
    ImageVersionJobTypeNotebookKernel
    NOTEBOOK_KERNEL
    Training
    TRAINING
    Inference
    INFERENCE
    NotebookKernel
    NOTEBOOK_KERNEL
    Training
    TRAINING
    Inference
    INFERENCE
    NotebookKernel
    NOTEBOOK_KERNEL
    TRAINING
    TRAINING
    INFERENCE
    INFERENCE
    NOTEBOOK_KERNEL
    NOTEBOOK_KERNEL
    "TRAINING"
    TRAINING
    "INFERENCE"
    INFERENCE
    "NOTEBOOK_KERNEL"
    NOTEBOOK_KERNEL

    ImageVersionProcessor, ImageVersionProcessorArgs

    Cpu
    CPU
    Gpu
    GPU
    ImageVersionProcessorCpu
    CPU
    ImageVersionProcessorGpu
    GPU
    Cpu
    CPU
    Gpu
    GPU
    Cpu
    CPU
    Gpu
    GPU
    CPU
    CPU
    GPU
    GPU
    "CPU"
    CPU
    "GPU"
    GPU

    ImageVersionVendorGuidance, ImageVersionVendorGuidanceArgs

    NotProvided
    NOT_PROVIDED
    Stable
    STABLE
    ToBeArchived
    TO_BE_ARCHIVED
    Archived
    ARCHIVED
    ImageVersionVendorGuidanceNotProvided
    NOT_PROVIDED
    ImageVersionVendorGuidanceStable
    STABLE
    ImageVersionVendorGuidanceToBeArchived
    TO_BE_ARCHIVED
    ImageVersionVendorGuidanceArchived
    ARCHIVED
    NotProvided
    NOT_PROVIDED
    Stable
    STABLE
    ToBeArchived
    TO_BE_ARCHIVED
    Archived
    ARCHIVED
    NotProvided
    NOT_PROVIDED
    Stable
    STABLE
    ToBeArchived
    TO_BE_ARCHIVED
    Archived
    ARCHIVED
    NOT_PROVIDED
    NOT_PROVIDED
    STABLE
    STABLE
    TO_BE_ARCHIVED
    TO_BE_ARCHIVED
    ARCHIVED
    ARCHIVED
    "NOT_PROVIDED"
    NOT_PROVIDED
    "STABLE"
    STABLE
    "TO_BE_ARCHIVED"
    TO_BE_ARCHIVED
    "ARCHIVED"
    ARCHIVED

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi