We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.sagemaker.getModelPackage
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Type definition for AWS::SageMaker::ModelPackage
Using getModelPackage
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 getModelPackage(args: GetModelPackageArgs, opts?: InvokeOptions): Promise<GetModelPackageResult>
function getModelPackageOutput(args: GetModelPackageOutputArgs, opts?: InvokeOptions): Output<GetModelPackageResult>def get_model_package(model_package_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetModelPackageResult
def get_model_package_output(model_package_arn: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetModelPackageResult]func LookupModelPackage(ctx *Context, args *LookupModelPackageArgs, opts ...InvokeOption) (*LookupModelPackageResult, error)
func LookupModelPackageOutput(ctx *Context, args *LookupModelPackageOutputArgs, opts ...InvokeOption) LookupModelPackageResultOutput> Note: This function is named LookupModelPackage in the Go SDK.
public static class GetModelPackage 
{
    public static Task<GetModelPackageResult> InvokeAsync(GetModelPackageArgs args, InvokeOptions? opts = null)
    public static Output<GetModelPackageResult> Invoke(GetModelPackageInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetModelPackageResult> getModelPackage(GetModelPackageArgs args, InvokeOptions options)
public static Output<GetModelPackageResult> getModelPackage(GetModelPackageArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sagemaker:getModelPackage
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ModelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- ModelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- modelPackage StringArn 
- The Amazon Resource Name (ARN) of the model package.
- modelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- model_package_ strarn 
- The Amazon Resource Name (ARN) of the model package.
- modelPackage StringArn 
- The Amazon Resource Name (ARN) of the model package.
getModelPackage Result
The following output properties are available:
- AdditionalInference List<Pulumi.Specifications Aws Native. Sage Maker. Outputs. Model Package Additional Inference Specification Definition> 
- An array of additional Inference Specification objects.
- ApprovalDescription string
- A description provided when the model approval is set.
- CertifyFor boolMarketplace 
- Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
- CreationTime string
- The time that the model package was created.
- CustomerMetadata Pulumi.Properties Aws Native. Sage Maker. Outputs. Model Package Customer Metadata Properties 
- The metadata properties for the model package.
- LastModified stringTime 
- The last time the model package was modified.
- ModelApproval Pulumi.Status Aws Native. Sage Maker. Model Package Model Approval Status 
- The approval status of the model. This can be one of the following values.- APPROVED- The model is approved
- REJECTED- The model is rejected.
- PENDING_MANUAL_APPROVAL- The model is waiting for manual approval.
 
- ModelCard Pulumi.Aws Native. Sage Maker. Outputs. Model Package Model Card 
- An Amazon SageMaker Model Card.
- ModelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- ModelPackage stringName 
- The name of the model package. The name can be as follows:- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' ModelPackageGroupName/ModelPackageVersion'.
- For an unversioned model, you must provide the name.
 
- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' 
- ModelPackage Pulumi.Status Aws Native. Sage Maker. Model Package Status 
- The status of the model package. This can be one of the following values.- PENDING- The model package creation is pending.
- IN_PROGRESS- The model package is in the process of being created.
- COMPLETED- The model package was successfully created.
- FAILED- The model package creation failed.
- DELETING- The model package is in the process of being deleted.
 
- ModelPackage Pulumi.Status Details Aws Native. Sage Maker. Outputs. Model Package Status Details 
- Specifies the validation and image scan statuses of the model package.
- ModelPackage intVersion 
- The version number of a versioned model.
- SkipModel Pulumi.Validation Aws Native. Sage Maker. Model Package Skip Model Validation 
- Indicates if you want to skip model validation.
- SourceUri string
- The URI of the source for the model package.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- AdditionalInference []ModelSpecifications Package Additional Inference Specification Definition 
- An array of additional Inference Specification objects.
- ApprovalDescription string
- A description provided when the model approval is set.
- CertifyFor boolMarketplace 
- Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
- CreationTime string
- The time that the model package was created.
- CustomerMetadata ModelProperties Package Customer Metadata Properties 
- The metadata properties for the model package.
- LastModified stringTime 
- The last time the model package was modified.
- ModelApproval ModelStatus Package Model Approval Status 
- The approval status of the model. This can be one of the following values.- APPROVED- The model is approved
- REJECTED- The model is rejected.
- PENDING_MANUAL_APPROVAL- The model is waiting for manual approval.
 
- ModelCard ModelPackage Model Card 
- An Amazon SageMaker Model Card.
- ModelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- ModelPackage stringName 
- The name of the model package. The name can be as follows:- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' ModelPackageGroupName/ModelPackageVersion'.
- For an unversioned model, you must provide the name.
 
- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' 
- ModelPackage ModelStatus Package Status 
- The status of the model package. This can be one of the following values.- PENDING- The model package creation is pending.
- IN_PROGRESS- The model package is in the process of being created.
- COMPLETED- The model package was successfully created.
- FAILED- The model package creation failed.
- DELETING- The model package is in the process of being deleted.
 
- ModelPackage ModelStatus Details Package Status Details 
- Specifies the validation and image scan statuses of the model package.
- ModelPackage intVersion 
- The version number of a versioned model.
- SkipModel ModelValidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- SourceUri string
- The URI of the source for the model package.
- Tag
- An array of key-value pairs to apply to this resource.
- additionalInference List<ModelSpecifications Package Additional Inference Specification Definition> 
- An array of additional Inference Specification objects.
- approvalDescription String
- A description provided when the model approval is set.
- certifyFor BooleanMarketplace 
- Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
- creationTime String
- The time that the model package was created.
- customerMetadata ModelProperties Package Customer Metadata Properties 
- The metadata properties for the model package.
- lastModified StringTime 
- The last time the model package was modified.
- modelApproval ModelStatus Package Model Approval Status 
- The approval status of the model. This can be one of the following values.- APPROVED- The model is approved
- REJECTED- The model is rejected.
- PENDING_MANUAL_APPROVAL- The model is waiting for manual approval.
 
- modelCard ModelPackage Model Card 
- An Amazon SageMaker Model Card.
- modelPackage StringArn 
- The Amazon Resource Name (ARN) of the model package.
- modelPackage StringName 
- The name of the model package. The name can be as follows:- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' ModelPackageGroupName/ModelPackageVersion'.
- For an unversioned model, you must provide the name.
 
- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' 
- modelPackage ModelStatus Package Status 
- The status of the model package. This can be one of the following values.- PENDING- The model package creation is pending.
- IN_PROGRESS- The model package is in the process of being created.
- COMPLETED- The model package was successfully created.
- FAILED- The model package creation failed.
- DELETING- The model package is in the process of being deleted.
 
- modelPackage ModelStatus Details Package Status Details 
- Specifies the validation and image scan statuses of the model package.
- modelPackage IntegerVersion 
- The version number of a versioned model.
- skipModel ModelValidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- sourceUri String
- The URI of the source for the model package.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- additionalInference ModelSpecifications Package Additional Inference Specification Definition[] 
- An array of additional Inference Specification objects.
- approvalDescription string
- A description provided when the model approval is set.
- certifyFor booleanMarketplace 
- Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
- creationTime string
- The time that the model package was created.
- customerMetadata ModelProperties Package Customer Metadata Properties 
- The metadata properties for the model package.
- lastModified stringTime 
- The last time the model package was modified.
- modelApproval ModelStatus Package Model Approval Status 
- The approval status of the model. This can be one of the following values.- APPROVED- The model is approved
- REJECTED- The model is rejected.
- PENDING_MANUAL_APPROVAL- The model is waiting for manual approval.
 
- modelCard ModelPackage Model Card 
- An Amazon SageMaker Model Card.
- modelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- modelPackage stringName 
- The name of the model package. The name can be as follows:- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' ModelPackageGroupName/ModelPackageVersion'.
- For an unversioned model, you must provide the name.
 
- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' 
- modelPackage ModelStatus Package Status 
- The status of the model package. This can be one of the following values.- PENDING- The model package creation is pending.
- IN_PROGRESS- The model package is in the process of being created.
- COMPLETED- The model package was successfully created.
- FAILED- The model package creation failed.
- DELETING- The model package is in the process of being deleted.
 
- modelPackage ModelStatus Details Package Status Details 
- Specifies the validation and image scan statuses of the model package.
- modelPackage numberVersion 
- The version number of a versioned model.
- skipModel ModelValidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- sourceUri string
- The URI of the source for the model package.
- Tag[]
- An array of key-value pairs to apply to this resource.
- additional_inference_ Sequence[Modelspecifications Package Additional Inference Specification Definition] 
- An array of additional Inference Specification objects.
- approval_description str
- A description provided when the model approval is set.
- certify_for_ boolmarketplace 
- Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
- creation_time str
- The time that the model package was created.
- customer_metadata_ Modelproperties Package Customer Metadata Properties 
- The metadata properties for the model package.
- last_modified_ strtime 
- The last time the model package was modified.
- model_approval_ Modelstatus Package Model Approval Status 
- The approval status of the model. This can be one of the following values.- APPROVED- The model is approved
- REJECTED- The model is rejected.
- PENDING_MANUAL_APPROVAL- The model is waiting for manual approval.
 
- model_card ModelPackage Model Card 
- An Amazon SageMaker Model Card.
- model_package_ strarn 
- The Amazon Resource Name (ARN) of the model package.
- model_package_ strname 
- The name of the model package. The name can be as follows:- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' ModelPackageGroupName/ModelPackageVersion'.
- For an unversioned model, you must provide the name.
 
- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' 
- model_package_ Modelstatus Package Status 
- The status of the model package. This can be one of the following values.- PENDING- The model package creation is pending.
- IN_PROGRESS- The model package is in the process of being created.
- COMPLETED- The model package was successfully created.
- FAILED- The model package creation failed.
- DELETING- The model package is in the process of being deleted.
 
- model_package_ Modelstatus_ details Package Status Details 
- Specifies the validation and image scan statuses of the model package.
- model_package_ intversion 
- The version number of a versioned model.
- skip_model_ Modelvalidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- source_uri str
- The URI of the source for the model package.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- additionalInference List<Property Map>Specifications 
- An array of additional Inference Specification objects.
- approvalDescription String
- A description provided when the model approval is set.
- certifyFor BooleanMarketplace 
- Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
- creationTime String
- The time that the model package was created.
- customerMetadata Property MapProperties 
- The metadata properties for the model package.
- lastModified StringTime 
- The last time the model package was modified.
- modelApproval "Approved" | "Rejected" | "PendingStatus Manual Approval" 
- The approval status of the model. This can be one of the following values.- APPROVED- The model is approved
- REJECTED- The model is rejected.
- PENDING_MANUAL_APPROVAL- The model is waiting for manual approval.
 
- modelCard Property Map
- An Amazon SageMaker Model Card.
- modelPackage StringArn 
- The Amazon Resource Name (ARN) of the model package.
- modelPackage StringName 
- The name of the model package. The name can be as follows:- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' ModelPackageGroupName/ModelPackageVersion'.
- For an unversioned model, you must provide the name.
 
- For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format ' 
- modelPackage "Pending" | "Deleting" | "InStatus Progress" | "Completed" | "Failed" 
- The status of the model package. This can be one of the following values.- PENDING- The model package creation is pending.
- IN_PROGRESS- The model package is in the process of being created.
- COMPLETED- The model package was successfully created.
- FAILED- The model package creation failed.
- DELETING- The model package is in the process of being deleted.
 
- modelPackage Property MapStatus Details 
- Specifies the validation and image scan statuses of the model package.
- modelPackage NumberVersion 
- The version number of a versioned model.
- skipModel "None" | "All"Validation 
- Indicates if you want to skip model validation.
- sourceUri String
- The URI of the source for the model package.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
ModelPackageAdditionalInferenceSpecificationDefinition     
- Containers
List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Container Definition> 
- The Amazon ECR registry path of the Docker image that contains the inference code.
- Name string
- A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
- Description string
- A description of the additional Inference specification.
- SupportedContent List<string>Types 
- The supported MIME types for the input data.
- SupportedRealtime List<string>Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- SupportedResponse List<string>Mime Types 
- The supported MIME types for the output data.
- SupportedTransform List<string>Instance Types 
- A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
- Containers
[]ModelPackage Container Definition 
- The Amazon ECR registry path of the Docker image that contains the inference code.
- Name string
- A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
- Description string
- A description of the additional Inference specification.
- SupportedContent []stringTypes 
- The supported MIME types for the input data.
- SupportedRealtime []stringInference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- SupportedResponse []stringMime Types 
- The supported MIME types for the output data.
- SupportedTransform []stringInstance Types 
- A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
- containers
List<ModelPackage Container Definition> 
- The Amazon ECR registry path of the Docker image that contains the inference code.
- name String
- A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
- description String
- A description of the additional Inference specification.
- supportedContent List<String>Types 
- The supported MIME types for the input data.
- supportedRealtime List<String>Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- supportedResponse List<String>Mime Types 
- The supported MIME types for the output data.
- supportedTransform List<String>Instance Types 
- A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
- containers
ModelPackage Container Definition[] 
- The Amazon ECR registry path of the Docker image that contains the inference code.
- name string
- A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
- description string
- A description of the additional Inference specification.
- supportedContent string[]Types 
- The supported MIME types for the input data.
- supportedRealtime string[]Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- supportedResponse string[]Mime Types 
- The supported MIME types for the output data.
- supportedTransform string[]Instance Types 
- A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
- containers
Sequence[ModelPackage Container Definition] 
- The Amazon ECR registry path of the Docker image that contains the inference code.
- name str
- A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
- description str
- A description of the additional Inference specification.
- supported_content_ Sequence[str]types 
- The supported MIME types for the input data.
- supported_realtime_ Sequence[str]inference_ instance_ types 
- A list of the instance types that are used to generate inferences in real-time
- supported_response_ Sequence[str]mime_ types 
- The supported MIME types for the output data.
- supported_transform_ Sequence[str]instance_ types 
- A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
- containers List<Property Map>
- The Amazon ECR registry path of the Docker image that contains the inference code.
- name String
- A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
- description String
- A description of the additional Inference specification.
- supportedContent List<String>Types 
- The supported MIME types for the input data.
- supportedRealtime List<String>Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- supportedResponse List<String>Mime Types 
- The supported MIME types for the output data.
- supportedTransform List<String>Instance Types 
- A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
ModelPackageContainerDefinition   
- Image string
- The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
- ContainerHostname string
- The DNS host name for the Docker container.
- Environment
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Environment 
- Framework string
- The machine learning framework of the model package container image.
- FrameworkVersion string
- The framework version of the Model Package Container Image.
- ImageDigest string
- An MD5 hash of the training algorithm that identifies the Docker image used for training.
- ModelData Pulumi.Source Aws Native. Sage Maker. Inputs. Model Package Model Data Source 
- ModelData stringUrl 
- A structure with Model Input details.
- ModelInput Pulumi.Aws Native. Sage Maker. Inputs. Model Package Container Definition Model Input Properties 
- NearestModel stringName 
- The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
- Image string
- The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
- ContainerHostname string
- The DNS host name for the Docker container.
- Environment
ModelPackage Environment 
- Framework string
- The machine learning framework of the model package container image.
- FrameworkVersion string
- The framework version of the Model Package Container Image.
- ImageDigest string
- An MD5 hash of the training algorithm that identifies the Docker image used for training.
- ModelData ModelSource Package Model Data Source 
- ModelData stringUrl 
- A structure with Model Input details.
- ModelInput ModelPackage Container Definition Model Input Properties 
- NearestModel stringName 
- The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
- image String
- The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
- containerHostname String
- The DNS host name for the Docker container.
- environment
ModelPackage Environment 
- framework String
- The machine learning framework of the model package container image.
- frameworkVersion String
- The framework version of the Model Package Container Image.
- imageDigest String
- An MD5 hash of the training algorithm that identifies the Docker image used for training.
- modelData ModelSource Package Model Data Source 
- modelData StringUrl 
- A structure with Model Input details.
- modelInput ModelPackage Container Definition Model Input Properties 
- nearestModel StringName 
- The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
- image string
- The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
- containerHostname string
- The DNS host name for the Docker container.
- environment
ModelPackage Environment 
- framework string
- The machine learning framework of the model package container image.
- frameworkVersion string
- The framework version of the Model Package Container Image.
- imageDigest string
- An MD5 hash of the training algorithm that identifies the Docker image used for training.
- modelData ModelSource Package Model Data Source 
- modelData stringUrl 
- A structure with Model Input details.
- modelInput ModelPackage Container Definition Model Input Properties 
- nearestModel stringName 
- The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
- image str
- The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
- container_hostname str
- The DNS host name for the Docker container.
- environment
ModelPackage Environment 
- framework str
- The machine learning framework of the model package container image.
- framework_version str
- The framework version of the Model Package Container Image.
- image_digest str
- An MD5 hash of the training algorithm that identifies the Docker image used for training.
- model_data_ Modelsource Package Model Data Source 
- model_data_ strurl 
- A structure with Model Input details.
- model_input ModelPackage Container Definition Model Input Properties 
- nearest_model_ strname 
- The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
- image String
- The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
- containerHostname String
- The DNS host name for the Docker container.
- environment Property Map
- framework String
- The machine learning framework of the model package container image.
- frameworkVersion String
- The framework version of the Model Package Container Image.
- imageDigest String
- An MD5 hash of the training algorithm that identifies the Docker image used for training.
- modelData Property MapSource 
- modelData StringUrl 
- A structure with Model Input details.
- modelInput Property Map
- nearestModel StringName 
- The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
ModelPackageContainerDefinitionModelInputProperties      
- DataInput stringConfig 
- The input configuration object for the model.
- DataInput stringConfig 
- The input configuration object for the model.
- dataInput StringConfig 
- The input configuration object for the model.
- dataInput stringConfig 
- The input configuration object for the model.
- data_input_ strconfig 
- The input configuration object for the model.
- dataInput StringConfig 
- The input configuration object for the model.
ModelPackageModelAccessConfig    
- AcceptEula bool
- Specifies agreement to the model end-user license agreement (EULA).
- AcceptEula bool
- Specifies agreement to the model end-user license agreement (EULA).
- acceptEula Boolean
- Specifies agreement to the model end-user license agreement (EULA).
- acceptEula boolean
- Specifies agreement to the model end-user license agreement (EULA).
- accept_eula bool
- Specifies agreement to the model end-user license agreement (EULA).
- acceptEula Boolean
- Specifies agreement to the model end-user license agreement (EULA).
ModelPackageModelApprovalStatus    
ModelPackageModelCard   
- ModelCard stringContent 
- The content of the model card.
- ModelCard Pulumi.Status Aws Native. Sage Maker. Model Package Model Card Model Card Status 
- The approval status of the model card within your organization.
- ModelCard stringContent 
- The content of the model card.
- ModelCard ModelStatus Package Model Card Model Card Status 
- The approval status of the model card within your organization.
- modelCard StringContent 
- The content of the model card.
- modelCard ModelStatus Package Model Card Model Card Status 
- The approval status of the model card within your organization.
- modelCard stringContent 
- The content of the model card.
- modelCard ModelStatus Package Model Card Model Card Status 
- The approval status of the model card within your organization.
- model_card_ strcontent 
- The content of the model card.
- model_card_ Modelstatus Package Model Card Model Card Status 
- The approval status of the model card within your organization.
- modelCard StringContent 
- The content of the model card.
- modelCard "Draft" | "PendingStatus Review" | "Approved" | "Archived" 
- The approval status of the model card within your organization.
ModelPackageModelCardModelCardStatus      
ModelPackageModelDataSource    
ModelPackageS3ModelDataSource    
- CompressionType Pulumi.Aws Native. Sage Maker. Model Package S3Model Data Source Compression Type 
- Specifies how the ML model data is prepared.
- S3DataType Pulumi.Aws Native. Sage Maker. Model Package S3Model Data Source S3Data Type 
- Specifies the type of ML model data to deploy.
- S3Uri string
- Specifies the S3 path of ML model data to deploy.
- ModelAccess Pulumi.Config Aws Native. Sage Maker. Inputs. Model Package Model Access Config 
- CompressionType ModelPackage S3Model Data Source Compression Type 
- Specifies how the ML model data is prepared.
- S3DataType ModelPackage S3Model Data Source S3Data Type 
- Specifies the type of ML model data to deploy.
- S3Uri string
- Specifies the S3 path of ML model data to deploy.
- ModelAccess ModelConfig Package Model Access Config 
- compressionType ModelPackage S3Model Data Source Compression Type 
- Specifies how the ML model data is prepared.
- s3DataType ModelPackage S3Model Data Source S3Data Type 
- Specifies the type of ML model data to deploy.
- s3Uri String
- Specifies the S3 path of ML model data to deploy.
- modelAccess ModelConfig Package Model Access Config 
- compressionType ModelPackage S3Model Data Source Compression Type 
- Specifies how the ML model data is prepared.
- s3DataType ModelPackage S3Model Data Source S3Data Type 
- Specifies the type of ML model data to deploy.
- s3Uri string
- Specifies the S3 path of ML model data to deploy.
- modelAccess ModelConfig Package Model Access Config 
- compression_type ModelPackage S3Model Data Source Compression Type 
- Specifies how the ML model data is prepared.
- s3_data_ Modeltype Package S3Model Data Source S3Data Type 
- Specifies the type of ML model data to deploy.
- s3_uri str
- Specifies the S3 path of ML model data to deploy.
- model_access_ Modelconfig Package Model Access Config 
- compressionType "None" | "Gzip"
- Specifies how the ML model data is prepared.
- s3DataType "S3Prefix" | "S3Object"
- Specifies the type of ML model data to deploy.
- s3Uri String
- Specifies the S3 path of ML model data to deploy.
- modelAccess Property MapConfig 
ModelPackageS3ModelDataSourceCompressionType      
ModelPackageS3ModelDataSourceS3DataType      
ModelPackageSkipModelValidation    
ModelPackageStatus  
ModelPackageStatusDetails   
- ValidationStatuses List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Status Item> 
- The validation status of the model package.
- ValidationStatuses []ModelPackage Status Item 
- The validation status of the model package.
- validationStatuses List<ModelPackage Status Item> 
- The validation status of the model package.
- validationStatuses ModelPackage Status Item[] 
- The validation status of the model package.
- validation_statuses Sequence[ModelPackage Status Item] 
- The validation status of the model package.
- validationStatuses List<Property Map>
- The validation status of the model package.
ModelPackageStatusItem   
- Name string
- The name of the model package for which the overall status is being reported.
- Status
Pulumi.Aws Native. Sage Maker. Model Package Status Item Status 
- The current status.
- FailureReason string
- If the overall status is Failed, the reason for the failure.
- Name string
- The name of the model package for which the overall status is being reported.
- Status
ModelPackage Status Item Status 
- The current status.
- FailureReason string
- If the overall status is Failed, the reason for the failure.
- name String
- The name of the model package for which the overall status is being reported.
- status
ModelPackage Status Item Status 
- The current status.
- failureReason String
- If the overall status is Failed, the reason for the failure.
- name string
- The name of the model package for which the overall status is being reported.
- status
ModelPackage Status Item Status 
- The current status.
- failureReason string
- If the overall status is Failed, the reason for the failure.
- name str
- The name of the model package for which the overall status is being reported.
- status
ModelPackage Status Item Status 
- The current status.
- failure_reason str
- If the overall status is Failed, the reason for the failure.
- name String
- The name of the model package for which the overall status is being reported.
- status
"NotStarted" | "Failed" | "In Progress" | "Completed" 
- The current status.
- failureReason String
- If the overall status is Failed, the reason for the failure.
ModelPackageStatusItemStatus    
Tag
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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi