AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.sagemaker.ModelPackage
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for AWS::SageMaker::ModelPackage
Create ModelPackage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ModelPackage(name: string, args?: ModelPackageArgs, opts?: CustomResourceOptions);@overload
def ModelPackage(resource_name: str,
                 args: Optional[ModelPackageArgs] = None,
                 opts: Optional[ResourceOptions] = None)
@overload
def ModelPackage(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 additional_inference_specifications: Optional[Sequence[ModelPackageAdditionalInferenceSpecificationDefinitionArgs]] = None,
                 additional_inference_specifications_to_add: Optional[Sequence[ModelPackageAdditionalInferenceSpecificationDefinitionArgs]] = None,
                 approval_description: Optional[str] = None,
                 certify_for_marketplace: Optional[bool] = None,
                 client_token: Optional[str] = None,
                 customer_metadata_properties: Optional[ModelPackageCustomerMetadataPropertiesArgs] = None,
                 domain: Optional[str] = None,
                 drift_check_baselines: Optional[ModelPackageDriftCheckBaselinesArgs] = None,
                 inference_specification: Optional[ModelPackageInferenceSpecificationArgs] = None,
                 last_modified_time: Optional[str] = None,
                 metadata_properties: Optional[ModelPackageMetadataPropertiesArgs] = None,
                 model_approval_status: Optional[ModelPackageModelApprovalStatus] = None,
                 model_metrics: Optional[ModelPackageModelMetricsArgs] = None,
                 model_package_description: Optional[str] = None,
                 model_package_group_name: Optional[str] = None,
                 model_package_name: Optional[str] = None,
                 model_package_status_details: Optional[ModelPackageStatusDetailsArgs] = None,
                 model_package_version: Optional[int] = None,
                 sample_payload_url: Optional[str] = None,
                 skip_model_validation: Optional[ModelPackageSkipModelValidation] = None,
                 source_algorithm_specification: Optional[ModelPackageSourceAlgorithmSpecificationArgs] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                 task: Optional[str] = None,
                 validation_specification: Optional[ModelPackageValidationSpecificationArgs] = None)func NewModelPackage(ctx *Context, name string, args *ModelPackageArgs, opts ...ResourceOption) (*ModelPackage, error)public ModelPackage(string name, ModelPackageArgs? args = null, CustomResourceOptions? opts = null)
public ModelPackage(String name, ModelPackageArgs args)
public ModelPackage(String name, ModelPackageArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:ModelPackage
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 ModelPackageArgs
- 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 ModelPackageArgs
- 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 ModelPackageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ModelPackageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ModelPackageArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ModelPackage 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 ModelPackage resource accepts the following input properties:
- AdditionalInference List<Pulumi.Specifications Aws Native. Sage Maker. Inputs. Model Package Additional Inference Specification Definition> 
- An array of additional Inference Specification objects.
- AdditionalInference List<Pulumi.Specifications To Add Aws Native. Sage Maker. Inputs. Model Package Additional Inference Specification Definition> 
- An array of additional Inference Specification objects to be added to the existing array. The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- 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 .
- ClientToken string
- A unique token that guarantees that the call to this API is idempotent.
- CustomerMetadata Pulumi.Properties Aws Native. Sage Maker. Inputs. Model Package Customer Metadata Properties 
- The metadata properties for the model package.
- Domain string
- The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.
- DriftCheck Pulumi.Baselines Aws Native. Sage Maker. Inputs. Model Package Drift Check Baselines 
- Represents the drift check baselines that can be used when the model monitor is set using the model package.
- InferenceSpecification Pulumi.Aws Native. Sage Maker. Inputs. Model Package Inference Specification 
- Defines how to perform inference generation after a training job is run.
- LastModified stringTime 
- The last time the model package was modified.
- MetadataProperties Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metadata Properties 
- Metadata properties of the tracking entity, trial, or trial component.
- 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.
 
- ModelMetrics Pulumi.Aws Native. Sage Maker. Inputs. Model Package Model Metrics 
- Metrics for the model.
- ModelPackage stringDescription 
- The description of the model package.
- ModelPackage stringGroup Name 
- The model group to which the model belongs.
- ModelPackage stringName 
- The name of the model.
- ModelPackage Pulumi.Status Details Aws Native. Sage Maker. Inputs. Model Package Status Details 
- Specifies the validation and image scan statuses of the model package.
- ModelPackage intVersion 
- The version number of a versioned model.
- SamplePayload stringUrl 
- The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- SkipModel Pulumi.Validation Aws Native. Sage Maker. Model Package Skip Model Validation 
- Indicates if you want to skip model validation.
- SourceAlgorithm Pulumi.Specification Aws Native. Sage Maker. Inputs. Model Package Source Algorithm Specification 
- A list of algorithms that were used to create a model package.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An array of key-value pairs to apply to this resource.
- Task string
- The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
- ValidationSpecification Pulumi.Aws Native. Sage Maker. Inputs. Model Package Validation Specification 
- Specifies batch transform jobs that SageMaker runs to validate your model package.
- AdditionalInference []ModelSpecifications Package Additional Inference Specification Definition Args 
- An array of additional Inference Specification objects.
- AdditionalInference []ModelSpecifications To Add Package Additional Inference Specification Definition Args 
- An array of additional Inference Specification objects to be added to the existing array. The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- 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 .
- ClientToken string
- A unique token that guarantees that the call to this API is idempotent.
- CustomerMetadata ModelProperties Package Customer Metadata Properties Args 
- The metadata properties for the model package.
- Domain string
- The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.
- DriftCheck ModelBaselines Package Drift Check Baselines Args 
- Represents the drift check baselines that can be used when the model monitor is set using the model package.
- InferenceSpecification ModelPackage Inference Specification Args 
- Defines how to perform inference generation after a training job is run.
- LastModified stringTime 
- The last time the model package was modified.
- MetadataProperties ModelPackage Metadata Properties Args 
- Metadata properties of the tracking entity, trial, or trial component.
- 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.
 
- ModelMetrics ModelPackage Model Metrics Args 
- Metrics for the model.
- ModelPackage stringDescription 
- The description of the model package.
- ModelPackage stringGroup Name 
- The model group to which the model belongs.
- ModelPackage stringName 
- The name of the model.
- ModelPackage ModelStatus Details Package Status Details Args 
- Specifies the validation and image scan statuses of the model package.
- ModelPackage intVersion 
- The version number of a versioned model.
- SamplePayload stringUrl 
- The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- SkipModel ModelValidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- SourceAlgorithm ModelSpecification Package Source Algorithm Specification Args 
- A list of algorithms that were used to create a model package.
- 
TagArgs 
- An array of key-value pairs to apply to this resource.
- Task string
- The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
- ValidationSpecification ModelPackage Validation Specification Args 
- Specifies batch transform jobs that SageMaker runs to validate your model package.
- additionalInference List<ModelSpecifications Package Additional Inference Specification Definition> 
- An array of additional Inference Specification objects.
- additionalInference List<ModelSpecifications To Add Package Additional Inference Specification Definition> 
- An array of additional Inference Specification objects to be added to the existing array. The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- 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 .
- clientToken String
- A unique token that guarantees that the call to this API is idempotent.
- customerMetadata ModelProperties Package Customer Metadata Properties 
- The metadata properties for the model package.
- domain String
- The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.
- driftCheck ModelBaselines Package Drift Check Baselines 
- Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inferenceSpecification ModelPackage Inference Specification 
- Defines how to perform inference generation after a training job is run.
- lastModified StringTime 
- The last time the model package was modified.
- metadataProperties ModelPackage Metadata Properties 
- Metadata properties of the tracking entity, trial, or trial component.
- 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.
 
- modelMetrics ModelPackage Model Metrics 
- Metrics for the model.
- modelPackage StringDescription 
- The description of the model package.
- modelPackage StringGroup Name 
- The model group to which the model belongs.
- modelPackage StringName 
- The name of the model.
- 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.
- samplePayload StringUrl 
- The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- skipModel ModelValidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- sourceAlgorithm ModelSpecification Package Source Algorithm Specification 
- A list of algorithms that were used to create a model package.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- task String
- The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
- validationSpecification ModelPackage Validation Specification 
- Specifies batch transform jobs that SageMaker runs to validate your model package.
- additionalInference ModelSpecifications Package Additional Inference Specification Definition[] 
- An array of additional Inference Specification objects.
- additionalInference ModelSpecifications To Add Package Additional Inference Specification Definition[] 
- An array of additional Inference Specification objects to be added to the existing array. The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- 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 .
- clientToken string
- A unique token that guarantees that the call to this API is idempotent.
- customerMetadata ModelProperties Package Customer Metadata Properties 
- The metadata properties for the model package.
- domain string
- The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.
- driftCheck ModelBaselines Package Drift Check Baselines 
- Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inferenceSpecification ModelPackage Inference Specification 
- Defines how to perform inference generation after a training job is run.
- lastModified stringTime 
- The last time the model package was modified.
- metadataProperties ModelPackage Metadata Properties 
- Metadata properties of the tracking entity, trial, or trial component.
- 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.
 
- modelMetrics ModelPackage Model Metrics 
- Metrics for the model.
- modelPackage stringDescription 
- The description of the model package.
- modelPackage stringGroup Name 
- The model group to which the model belongs.
- modelPackage stringName 
- The name of the model.
- 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.
- samplePayload stringUrl 
- The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- skipModel ModelValidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- sourceAlgorithm ModelSpecification Package Source Algorithm Specification 
- A list of algorithms that were used to create a model package.
- Tag[]
- An array of key-value pairs to apply to this resource.
- task string
- The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
- validationSpecification ModelPackage Validation Specification 
- Specifies batch transform jobs that SageMaker runs to validate your model package.
- additional_inference_ Sequence[Modelspecifications Package Additional Inference Specification Definition Args] 
- An array of additional Inference Specification objects.
- additional_inference_ Sequence[Modelspecifications_ to_ add Package Additional Inference Specification Definition Args] 
- An array of additional Inference Specification objects to be added to the existing array. The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- 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 .
- client_token str
- A unique token that guarantees that the call to this API is idempotent.
- customer_metadata_ Modelproperties Package Customer Metadata Properties Args 
- The metadata properties for the model package.
- domain str
- The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.
- drift_check_ Modelbaselines Package Drift Check Baselines Args 
- Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inference_specification ModelPackage Inference Specification Args 
- Defines how to perform inference generation after a training job is run.
- last_modified_ strtime 
- The last time the model package was modified.
- metadata_properties ModelPackage Metadata Properties Args 
- Metadata properties of the tracking entity, trial, or trial component.
- 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_metrics ModelPackage Model Metrics Args 
- Metrics for the model.
- model_package_ strdescription 
- The description of the model package.
- model_package_ strgroup_ name 
- The model group to which the model belongs.
- model_package_ strname 
- The name of the model.
- model_package_ Modelstatus_ details Package Status Details Args 
- Specifies the validation and image scan statuses of the model package.
- model_package_ intversion 
- The version number of a versioned model.
- sample_payload_ strurl 
- The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- skip_model_ Modelvalidation Package Skip Model Validation 
- Indicates if you want to skip model validation.
- source_algorithm_ Modelspecification Package Source Algorithm Specification Args 
- A list of algorithms that were used to create a model package.
- 
Sequence[TagArgs] 
- An array of key-value pairs to apply to this resource.
- task str
- The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
- validation_specification ModelPackage Validation Specification Args 
- Specifies batch transform jobs that SageMaker runs to validate your model package.
- additionalInference List<Property Map>Specifications 
- An array of additional Inference Specification objects.
- additionalInference List<Property Map>Specifications To Add 
- An array of additional Inference Specification objects to be added to the existing array. The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- 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 .
- clientToken String
- A unique token that guarantees that the call to this API is idempotent.
- customerMetadata Property MapProperties 
- The metadata properties for the model package.
- domain String
- The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.
- driftCheck Property MapBaselines 
- Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inferenceSpecification Property Map
- Defines how to perform inference generation after a training job is run.
- lastModified StringTime 
- The last time the model package was modified.
- metadataProperties Property Map
- Metadata properties of the tracking entity, trial, or trial component.
- 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.
 
- modelMetrics Property Map
- Metrics for the model.
- modelPackage StringDescription 
- The description of the model package.
- modelPackage StringGroup Name 
- The model group to which the model belongs.
- modelPackage StringName 
- The name of the model.
- modelPackage Property MapStatus Details 
- Specifies the validation and image scan statuses of the model package.
- modelPackage NumberVersion 
- The version number of a versioned model.
- samplePayload StringUrl 
- The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- skipModel "None" | "All"Validation 
- Indicates if you want to skip model validation.
- sourceAlgorithm Property MapSpecification 
- A list of algorithms that were used to create a model package.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- task String
- The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.
- validationSpecification Property Map
- Specifies batch transform jobs that SageMaker runs to validate your model package.
Outputs
All input properties are implicitly available as output properties. Additionally, the ModelPackage resource produces the following output properties:
- CreationTime string
- The time that the model package was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- ModelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- 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.
 
- CreationTime string
- The time that the model package was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- ModelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- 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.
 
- creationTime String
- The time that the model package was created.
- id String
- The provider-assigned unique ID for this managed resource.
- modelPackage StringArn 
- The Amazon Resource Name (ARN) of the model package.
- 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.
 
- creationTime string
- The time that the model package was created.
- id string
- The provider-assigned unique ID for this managed resource.
- modelPackage stringArn 
- The Amazon Resource Name (ARN) of the model package.
- 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.
 
- creation_time str
- The time that the model package was created.
- id str
- The provider-assigned unique ID for this managed resource.
- model_package_ strarn 
- The Amazon Resource Name (ARN) of the model package.
- 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.
 
- creationTime String
- The time that the model package was created.
- id String
- The provider-assigned unique ID for this managed resource.
- modelPackage StringArn 
- The Amazon Resource Name (ARN) of the model package.
- 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.
 
Supporting Types
ModelPackageAdditionalInferenceSpecificationDefinition, ModelPackageAdditionalInferenceSpecificationDefinitionArgs            
- 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.
ModelPackageBias, ModelPackageBiasArgs      
- PostTraining Pulumi.Report Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The post-training bias report for a model.
- PreTraining Pulumi.Report Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The pre-training bias report for a model.
- Report
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The bias report for a model
- PostTraining ModelReport Package Metrics Source 
- The post-training bias report for a model.
- PreTraining ModelReport Package Metrics Source 
- The pre-training bias report for a model.
- Report
ModelPackage Metrics Source 
- The bias report for a model
- postTraining ModelReport Package Metrics Source 
- The post-training bias report for a model.
- preTraining ModelReport Package Metrics Source 
- The pre-training bias report for a model.
- report
ModelPackage Metrics Source 
- The bias report for a model
- postTraining ModelReport Package Metrics Source 
- The post-training bias report for a model.
- preTraining ModelReport Package Metrics Source 
- The pre-training bias report for a model.
- report
ModelPackage Metrics Source 
- The bias report for a model
- post_training_ Modelreport Package Metrics Source 
- The post-training bias report for a model.
- pre_training_ Modelreport Package Metrics Source 
- The pre-training bias report for a model.
- report
ModelPackage Metrics Source 
- The bias report for a model
- postTraining Property MapReport 
- The post-training bias report for a model.
- preTraining Property MapReport 
- The pre-training bias report for a model.
- report Property Map
- The bias report for a model
ModelPackageContainerDefinition, ModelPackageContainerDefinitionArgs        
- 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 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 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 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 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_ 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 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, ModelPackageContainerDefinitionModelInputPropertiesArgs              
- 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.
ModelPackageDataSource, ModelPackageDataSourceArgs        
- S3DataSource Pulumi.Aws Native. Sage Maker. Inputs. Model Package S3Data Source 
- The S3 location of the data source that is associated with a channel.
- S3DataSource ModelPackage S3Data Source 
- The S3 location of the data source that is associated with a channel.
- s3DataSource ModelPackage S3Data Source 
- The S3 location of the data source that is associated with a channel.
- s3DataSource ModelPackage S3Data Source 
- The S3 location of the data source that is associated with a channel.
- s3_data_ Modelsource Package S3Data Source 
- The S3 location of the data source that is associated with a channel.
- s3DataSource Property Map
- The S3 location of the data source that is associated with a channel.
ModelPackageDriftCheckBaselines, ModelPackageDriftCheckBaselinesArgs          
- Bias
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Drift Check Bias 
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- Explainability
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Drift Check Explainability 
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- ModelData Pulumi.Quality Aws Native. Sage Maker. Inputs. Model Package Drift Check Model Data Quality 
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- ModelQuality Pulumi.Aws Native. Sage Maker. Inputs. Model Package Drift Check Model Quality 
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
- Bias
ModelPackage Drift Check Bias 
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- Explainability
ModelPackage Drift Check Explainability 
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- ModelData ModelQuality Package Drift Check Model Data Quality 
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- ModelQuality ModelPackage Drift Check Model Quality 
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
- bias
ModelPackage Drift Check Bias 
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- explainability
ModelPackage Drift Check Explainability 
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- modelData ModelQuality Package Drift Check Model Data Quality 
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- modelQuality ModelPackage Drift Check Model Quality 
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
- bias
ModelPackage Drift Check Bias 
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- explainability
ModelPackage Drift Check Explainability 
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- modelData ModelQuality Package Drift Check Model Data Quality 
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- modelQuality ModelPackage Drift Check Model Quality 
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
- bias
ModelPackage Drift Check Bias 
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- explainability
ModelPackage Drift Check Explainability 
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- model_data_ Modelquality Package Drift Check Model Data Quality 
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- model_quality ModelPackage Drift Check Model Quality 
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
- bias Property Map
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- explainability Property Map
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- modelData Property MapQuality 
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- modelQuality Property Map
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
ModelPackageDriftCheckBias, ModelPackageDriftCheckBiasArgs          
- ConfigFile Pulumi.Aws Native. Sage Maker. Inputs. Model Package File Source 
- The bias config file for a model.
- PostTraining Pulumi.Constraints Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The post-training constraints.
- PreTraining Pulumi.Constraints Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The pre-training constraints.
- ConfigFile ModelPackage File Source 
- The bias config file for a model.
- PostTraining ModelConstraints Package Metrics Source 
- The post-training constraints.
- PreTraining ModelConstraints Package Metrics Source 
- The pre-training constraints.
- configFile ModelPackage File Source 
- The bias config file for a model.
- postTraining ModelConstraints Package Metrics Source 
- The post-training constraints.
- preTraining ModelConstraints Package Metrics Source 
- The pre-training constraints.
- configFile ModelPackage File Source 
- The bias config file for a model.
- postTraining ModelConstraints Package Metrics Source 
- The post-training constraints.
- preTraining ModelConstraints Package Metrics Source 
- The pre-training constraints.
- config_file ModelPackage File Source 
- The bias config file for a model.
- post_training_ Modelconstraints Package Metrics Source 
- The post-training constraints.
- pre_training_ Modelconstraints Package Metrics Source 
- The pre-training constraints.
- configFile Property Map
- The bias config file for a model.
- postTraining Property MapConstraints 
- The post-training constraints.
- preTraining Property MapConstraints 
- The pre-training constraints.
ModelPackageDriftCheckExplainability, ModelPackageDriftCheckExplainabilityArgs          
- ConfigFile Pulumi.Aws Native. Sage Maker. Inputs. Model Package File Source 
- The explainability config file for the model.
- Constraints
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The drift check explainability constraints.
- ConfigFile ModelPackage File Source 
- The explainability config file for the model.
- Constraints
ModelPackage Metrics Source 
- The drift check explainability constraints.
- configFile ModelPackage File Source 
- The explainability config file for the model.
- constraints
ModelPackage Metrics Source 
- The drift check explainability constraints.
- configFile ModelPackage File Source 
- The explainability config file for the model.
- constraints
ModelPackage Metrics Source 
- The drift check explainability constraints.
- config_file ModelPackage File Source 
- The explainability config file for the model.
- constraints
ModelPackage Metrics Source 
- The drift check explainability constraints.
- configFile Property Map
- The explainability config file for the model.
- constraints Property Map
- The drift check explainability constraints.
ModelPackageDriftCheckModelDataQuality, ModelPackageDriftCheckModelDataQualityArgs              
- Constraints
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The drift check model data quality constraints.
- Statistics
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The drift check model data quality statistics.
- Constraints
ModelPackage Metrics Source 
- The drift check model data quality constraints.
- Statistics
ModelPackage Metrics Source 
- The drift check model data quality statistics.
- constraints
ModelPackage Metrics Source 
- The drift check model data quality constraints.
- statistics
ModelPackage Metrics Source 
- The drift check model data quality statistics.
- constraints
ModelPackage Metrics Source 
- The drift check model data quality constraints.
- statistics
ModelPackage Metrics Source 
- The drift check model data quality statistics.
- constraints
ModelPackage Metrics Source 
- The drift check model data quality constraints.
- statistics
ModelPackage Metrics Source 
- The drift check model data quality statistics.
- constraints Property Map
- The drift check model data quality constraints.
- statistics Property Map
- The drift check model data quality statistics.
ModelPackageDriftCheckModelQuality, ModelPackageDriftCheckModelQualityArgs            
- Constraints
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The drift check model quality constraints.
- Statistics
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The drift check model quality statistics.
- Constraints
ModelPackage Metrics Source 
- The drift check model quality constraints.
- Statistics
ModelPackage Metrics Source 
- The drift check model quality statistics.
- constraints
ModelPackage Metrics Source 
- The drift check model quality constraints.
- statistics
ModelPackage Metrics Source 
- The drift check model quality statistics.
- constraints
ModelPackage Metrics Source 
- The drift check model quality constraints.
- statistics
ModelPackage Metrics Source 
- The drift check model quality statistics.
- constraints
ModelPackage Metrics Source 
- The drift check model quality constraints.
- statistics
ModelPackage Metrics Source 
- The drift check model quality statistics.
- constraints Property Map
- The drift check model quality constraints.
- statistics Property Map
- The drift check model quality statistics.
ModelPackageExplainability, ModelPackageExplainabilityArgs      
- Report
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- The explainability report for a model.
- Report
ModelPackage Metrics Source 
- The explainability report for a model.
- report
ModelPackage Metrics Source 
- The explainability report for a model.
- report
ModelPackage Metrics Source 
- The explainability report for a model.
- report
ModelPackage Metrics Source 
- The explainability report for a model.
- report Property Map
- The explainability report for a model.
ModelPackageFileSource, ModelPackageFileSourceArgs        
- S3Uri string
- The Amazon S3 URI for the file source.
- ContentDigest string
- The digest of the file source.
- ContentType string
- The type of content stored in the file source.
- S3Uri string
- The Amazon S3 URI for the file source.
- ContentDigest string
- The digest of the file source.
- ContentType string
- The type of content stored in the file source.
- s3Uri String
- The Amazon S3 URI for the file source.
- contentDigest String
- The digest of the file source.
- contentType String
- The type of content stored in the file source.
- s3Uri string
- The Amazon S3 URI for the file source.
- contentDigest string
- The digest of the file source.
- contentType string
- The type of content stored in the file source.
- s3_uri str
- The Amazon S3 URI for the file source.
- content_digest str
- The digest of the file source.
- content_type str
- The type of content stored in the file source.
- s3Uri String
- The Amazon S3 URI for the file source.
- contentDigest String
- The digest of the file source.
- contentType String
- The type of content stored in the file source.
ModelPackageInferenceSpecification, ModelPackageInferenceSpecificationArgs        
- 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.
- SupportedContent List<string>Types 
- The supported MIME types for the input data.
- SupportedResponse List<string>Mime Types 
- The supported MIME types for the output data.
- SupportedRealtime List<string>Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- 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.
- SupportedContent []stringTypes 
- The supported MIME types for the input data.
- SupportedResponse []stringMime Types 
- The supported MIME types for the output data.
- SupportedRealtime []stringInference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- 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.
- supportedContent List<String>Types 
- The supported MIME types for the input data.
- supportedResponse List<String>Mime Types 
- The supported MIME types for the output data.
- supportedRealtime List<String>Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- 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.
- supportedContent string[]Types 
- The supported MIME types for the input data.
- supportedResponse string[]Mime Types 
- The supported MIME types for the output data.
- supportedRealtime string[]Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- 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.
- supported_content_ Sequence[str]types 
- The supported MIME types for the input data.
- supported_response_ Sequence[str]mime_ types 
- The supported MIME types for the output data.
- supported_realtime_ Sequence[str]inference_ instance_ types 
- A list of the instance types that are used to generate inferences in real-time
- 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.
- supportedContent List<String>Types 
- The supported MIME types for the input data.
- supportedResponse List<String>Mime Types 
- The supported MIME types for the output data.
- supportedRealtime List<String>Inference Instance Types 
- A list of the instance types that are used to generate inferences in real-time
- 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.
ModelPackageMetadataProperties, ModelPackageMetadataPropertiesArgs        
- CommitId string
- The commit ID.
- GeneratedBy string
- The entity this entity was generated by.
- ProjectId string
- The project ID metadata.
- Repository string
- The repository metadata.
- CommitId string
- The commit ID.
- GeneratedBy string
- The entity this entity was generated by.
- ProjectId string
- The project ID metadata.
- Repository string
- The repository metadata.
- commitId String
- The commit ID.
- generatedBy String
- The entity this entity was generated by.
- projectId String
- The project ID metadata.
- repository String
- The repository metadata.
- commitId string
- The commit ID.
- generatedBy string
- The entity this entity was generated by.
- projectId string
- The project ID metadata.
- repository string
- The repository metadata.
- commit_id str
- The commit ID.
- generated_by str
- The entity this entity was generated by.
- project_id str
- The project ID metadata.
- repository str
- The repository metadata.
- commitId String
- The commit ID.
- generatedBy String
- The entity this entity was generated by.
- projectId String
- The project ID metadata.
- repository String
- The repository metadata.
ModelPackageMetricsSource, ModelPackageMetricsSourceArgs        
- ContentType string
- The type of content stored in the metric source.
- S3Uri string
- The Amazon S3 URI for the metric source.
- ContentDigest string
- The digest of the metric source.
- ContentType string
- The type of content stored in the metric source.
- S3Uri string
- The Amazon S3 URI for the metric source.
- ContentDigest string
- The digest of the metric source.
- contentType String
- The type of content stored in the metric source.
- s3Uri String
- The Amazon S3 URI for the metric source.
- contentDigest String
- The digest of the metric source.
- contentType string
- The type of content stored in the metric source.
- s3Uri string
- The Amazon S3 URI for the metric source.
- contentDigest string
- The digest of the metric source.
- content_type str
- The type of content stored in the metric source.
- s3_uri str
- The Amazon S3 URI for the metric source.
- content_digest str
- The digest of the metric source.
- contentType String
- The type of content stored in the metric source.
- s3Uri String
- The Amazon S3 URI for the metric source.
- contentDigest String
- The digest of the metric source.
ModelPackageModelApprovalStatus, ModelPackageModelApprovalStatusArgs          
- Approved
- Approved
- Rejected
- Rejected
- PendingManual Approval 
- PendingManualApproval
- ModelPackage Model Approval Status Approved 
- Approved
- ModelPackage Model Approval Status Rejected 
- Rejected
- ModelPackage Model Approval Status Pending Manual Approval 
- PendingManualApproval
- Approved
- Approved
- Rejected
- Rejected
- PendingManual Approval 
- PendingManualApproval
- Approved
- Approved
- Rejected
- Rejected
- PendingManual Approval 
- PendingManualApproval
- APPROVED
- Approved
- REJECTED
- Rejected
- PENDING_MANUAL_APPROVAL
- PendingManualApproval
- "Approved"
- Approved
- "Rejected"
- Rejected
- "PendingManual Approval" 
- PendingManualApproval
ModelPackageModelDataQuality, ModelPackageModelDataQualityArgs          
- Constraints
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- Data quality constraints for a model.
- Statistics
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- Data quality statistics for a model.
- Constraints
ModelPackage Metrics Source 
- Data quality constraints for a model.
- Statistics
ModelPackage Metrics Source 
- Data quality statistics for a model.
- constraints
ModelPackage Metrics Source 
- Data quality constraints for a model.
- statistics
ModelPackage Metrics Source 
- Data quality statistics for a model.
- constraints
ModelPackage Metrics Source 
- Data quality constraints for a model.
- statistics
ModelPackage Metrics Source 
- Data quality statistics for a model.
- constraints
ModelPackage Metrics Source 
- Data quality constraints for a model.
- statistics
ModelPackage Metrics Source 
- Data quality statistics for a model.
- constraints Property Map
- Data quality constraints for a model.
- statistics Property Map
- Data quality statistics for a model.
ModelPackageModelMetrics, ModelPackageModelMetricsArgs        
- Bias
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Bias 
- Metrics that measure bias in a model.
- Explainability
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Explainability 
- Metrics that help explain a model.
- ModelData Pulumi.Quality Aws Native. Sage Maker. Inputs. Model Package Model Data Quality 
- Metrics that measure the quality of the input data for a model.
- ModelQuality Pulumi.Aws Native. Sage Maker. Inputs. Model Package Model Quality 
- Metrics that measure the quality of a model.
- Bias
ModelPackage Bias 
- Metrics that measure bias in a model.
- Explainability
ModelPackage Explainability 
- Metrics that help explain a model.
- ModelData ModelQuality Package Model Data Quality 
- Metrics that measure the quality of the input data for a model.
- ModelQuality ModelPackage Model Quality 
- Metrics that measure the quality of a model.
- bias
ModelPackage Bias 
- Metrics that measure bias in a model.
- explainability
ModelPackage Explainability 
- Metrics that help explain a model.
- modelData ModelQuality Package Model Data Quality 
- Metrics that measure the quality of the input data for a model.
- modelQuality ModelPackage Model Quality 
- Metrics that measure the quality of a model.
- bias
ModelPackage Bias 
- Metrics that measure bias in a model.
- explainability
ModelPackage Explainability 
- Metrics that help explain a model.
- modelData ModelQuality Package Model Data Quality 
- Metrics that measure the quality of the input data for a model.
- modelQuality ModelPackage Model Quality 
- Metrics that measure the quality of a model.
- bias
ModelPackage Bias 
- Metrics that measure bias in a model.
- explainability
ModelPackage Explainability 
- Metrics that help explain a model.
- model_data_ Modelquality Package Model Data Quality 
- Metrics that measure the quality of the input data for a model.
- model_quality ModelPackage Model Quality 
- Metrics that measure the quality of a model.
- bias Property Map
- Metrics that measure bias in a model.
- explainability Property Map
- Metrics that help explain a model.
- modelData Property MapQuality 
- Metrics that measure the quality of the input data for a model.
- modelQuality Property Map
- Metrics that measure the quality of a model.
ModelPackageModelQuality, ModelPackageModelQualityArgs        
- Constraints
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- Model quality constraints.
- Statistics
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metrics Source 
- Model quality statistics.
- Constraints
ModelPackage Metrics Source 
- Model quality constraints.
- Statistics
ModelPackage Metrics Source 
- Model quality statistics.
- constraints
ModelPackage Metrics Source 
- Model quality constraints.
- statistics
ModelPackage Metrics Source 
- Model quality statistics.
- constraints
ModelPackage Metrics Source 
- Model quality constraints.
- statistics
ModelPackage Metrics Source 
- Model quality statistics.
- constraints
ModelPackage Metrics Source 
- Model quality constraints.
- statistics
ModelPackage Metrics Source 
- Model quality statistics.
- constraints Property Map
- Model quality constraints.
- statistics Property Map
- Model quality statistics.
ModelPackageS3DataSource, ModelPackageS3DataSourceArgs        
- S3DataType Pulumi.Aws Native. Sage Maker. Model Package S3Data Source S3Data Type 
- The S3 Data Source Type
- S3Uri string
- Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest.
- S3DataType ModelPackage S3Data Source S3Data Type 
- The S3 Data Source Type
- S3Uri string
- Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest.
- s3DataType ModelPackage S3Data Source S3Data Type 
- The S3 Data Source Type
- s3Uri String
- Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest.
- s3DataType ModelPackage S3Data Source S3Data Type 
- The S3 Data Source Type
- s3Uri string
- Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest.
- s3_data_ Modeltype Package S3Data Source S3Data Type 
- The S3 Data Source Type
- s3_uri str
- Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest.
- s3DataType "ManifestFile" | "S3Prefix" | "Augmented Manifest File" 
- The S3 Data Source Type
- s3Uri String
- Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest.
ModelPackageS3DataSourceS3DataType, ModelPackageS3DataSourceS3DataTypeArgs            
- ManifestFile 
- ManifestFile
- S3Prefix
- S3Prefix
- AugmentedManifest File 
- AugmentedManifestFile
- ModelPackage S3Data Source S3Data Type Manifest File 
- ManifestFile
- ModelPackage S3Data Source S3Data Type S3Prefix 
- S3Prefix
- ModelPackage S3Data Source S3Data Type Augmented Manifest File 
- AugmentedManifestFile
- ManifestFile 
- ManifestFile
- S3Prefix
- S3Prefix
- AugmentedManifest File 
- AugmentedManifestFile
- ManifestFile 
- ManifestFile
- S3Prefix
- S3Prefix
- AugmentedManifest File 
- AugmentedManifestFile
- MANIFEST_FILE
- ManifestFile
- S3_PREFIX
- S3Prefix
- AUGMENTED_MANIFEST_FILE
- AugmentedManifestFile
- "ManifestFile" 
- ManifestFile
- "S3Prefix"
- S3Prefix
- "AugmentedManifest File" 
- AugmentedManifestFile
ModelPackageSkipModelValidation, ModelPackageSkipModelValidationArgs          
- None
- None
- All
- All
- ModelPackage Skip Model Validation None 
- None
- ModelPackage Skip Model Validation All 
- All
- None
- None
- All
- All
- None
- None
- All
- All
- NONE
- None
- ALL
- All
- "None"
- None
- "All"
- All
ModelPackageSourceAlgorithm, ModelPackageSourceAlgorithmArgs        
- AlgorithmName string
- The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
- ModelData stringUrl 
- The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- AlgorithmName string
- The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
- ModelData stringUrl 
- The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- algorithmName String
- The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
- modelData StringUrl 
- The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- algorithmName string
- The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
- modelData stringUrl 
- The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- algorithm_name str
- The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
- model_data_ strurl 
- The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- algorithmName String
- The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
- modelData StringUrl 
- The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
ModelPackageSourceAlgorithmSpecification, ModelPackageSourceAlgorithmSpecificationArgs          
- SourceAlgorithms List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Source Algorithm> 
- A list of algorithms that were used to create a model package.
- SourceAlgorithms []ModelPackage Source Algorithm 
- A list of algorithms that were used to create a model package.
- sourceAlgorithms List<ModelPackage Source Algorithm> 
- A list of algorithms that were used to create a model package.
- sourceAlgorithms ModelPackage Source Algorithm[] 
- A list of algorithms that were used to create a model package.
- source_algorithms Sequence[ModelPackage Source Algorithm] 
- A list of algorithms that were used to create a model package.
- sourceAlgorithms List<Property Map>
- A list of algorithms that were used to create a model package.
ModelPackageStatus, ModelPackageStatusArgs      
- Pending
- Pending
- Deleting
- Deleting
- InProgress 
- InProgress
- Completed
- Completed
- Failed
- Failed
- ModelPackage Status Pending 
- Pending
- ModelPackage Status Deleting 
- Deleting
- ModelPackage Status In Progress 
- InProgress
- ModelPackage Status Completed 
- Completed
- ModelPackage Status Failed 
- Failed
- Pending
- Pending
- Deleting
- Deleting
- InProgress 
- InProgress
- Completed
- Completed
- Failed
- Failed
- Pending
- Pending
- Deleting
- Deleting
- InProgress 
- InProgress
- Completed
- Completed
- Failed
- Failed
- PENDING
- Pending
- DELETING
- Deleting
- IN_PROGRESS
- InProgress
- COMPLETED
- Completed
- FAILED
- Failed
- "Pending"
- Pending
- "Deleting"
- Deleting
- "InProgress" 
- InProgress
- "Completed"
- Completed
- "Failed"
- Failed
ModelPackageStatusDetails, ModelPackageStatusDetailsArgs        
- 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, ModelPackageStatusItemArgs        
- 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, ModelPackageStatusItemStatusArgs          
- NotStarted 
- NotStarted
- Failed
- Failed
- InProgress 
- InProgress
- Completed
- Completed
- ModelPackage Status Item Status Not Started 
- NotStarted
- ModelPackage Status Item Status Failed 
- Failed
- ModelPackage Status Item Status In Progress 
- InProgress
- ModelPackage Status Item Status Completed 
- Completed
- NotStarted 
- NotStarted
- Failed
- Failed
- InProgress 
- InProgress
- Completed
- Completed
- NotStarted 
- NotStarted
- Failed
- Failed
- InProgress 
- InProgress
- Completed
- Completed
- NOT_STARTED
- NotStarted
- FAILED
- Failed
- IN_PROGRESS
- InProgress
- COMPLETED
- Completed
- "NotStarted" 
- NotStarted
- "Failed"
- Failed
- "InProgress" 
- InProgress
- "Completed"
- Completed
ModelPackageTransformInput, ModelPackageTransformInputArgs        
- DataSource Pulumi.Aws Native. Sage Maker. Inputs. Model Package Data Source 
- Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- CompressionType Pulumi.Aws Native. Sage Maker. Model Package Transform Input Compression Type 
- If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- ContentType string
- The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- SplitType Pulumi.Aws Native. Sage Maker. Model Package Transform Input Split Type 
- The method to use to split the transform job's data files into smaller batches.
- DataSource ModelPackage Data Source 
- Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- CompressionType ModelPackage Transform Input Compression Type 
- If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- ContentType string
- The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- SplitType ModelPackage Transform Input Split Type 
- The method to use to split the transform job's data files into smaller batches.
- dataSource ModelPackage Data Source 
- Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- compressionType ModelPackage Transform Input Compression Type 
- If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- contentType String
- The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- splitType ModelPackage Transform Input Split Type 
- The method to use to split the transform job's data files into smaller batches.
- dataSource ModelPackage Data Source 
- Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- compressionType ModelPackage Transform Input Compression Type 
- If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- contentType string
- The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- splitType ModelPackage Transform Input Split Type 
- The method to use to split the transform job's data files into smaller batches.
- data_source ModelPackage Data Source 
- Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- compression_type ModelPackage Transform Input Compression Type 
- If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- content_type str
- The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- split_type ModelPackage Transform Input Split Type 
- The method to use to split the transform job's data files into smaller batches.
- dataSource Property Map
- Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- compressionType "None" | "Gzip"
- If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- contentType String
- The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- splitType "None" | "TFRecord" | "Line" | "RecordIO" 
- The method to use to split the transform job's data files into smaller batches.
ModelPackageTransformInputCompressionType, ModelPackageTransformInputCompressionTypeArgs            
- None
- None
- Gzip
- Gzip
- ModelPackage Transform Input Compression Type None 
- None
- ModelPackage Transform Input Compression Type Gzip 
- Gzip
- None
- None
- Gzip
- Gzip
- None
- None
- Gzip
- Gzip
- NONE
- None
- GZIP
- Gzip
- "None"
- None
- "Gzip"
- Gzip
ModelPackageTransformInputSplitType, ModelPackageTransformInputSplitTypeArgs            
- None
- None
- TfRecord 
- TFRecord
- Line
- Line
- RecordIo 
- RecordIO
- ModelPackage Transform Input Split Type None 
- None
- ModelPackage Transform Input Split Type Tf Record 
- TFRecord
- ModelPackage Transform Input Split Type Line 
- Line
- ModelPackage Transform Input Split Type Record Io 
- RecordIO
- None
- None
- TfRecord 
- TFRecord
- Line
- Line
- RecordIo 
- RecordIO
- None
- None
- TfRecord 
- TFRecord
- Line
- Line
- RecordIo 
- RecordIO
- NONE
- None
- TF_RECORD
- TFRecord
- LINE
- Line
- RECORD_IO
- RecordIO
- "None"
- None
- "TFRecord"
- TFRecord
- "Line"
- Line
- "RecordIO" 
- RecordIO
ModelPackageTransformJobDefinition, ModelPackageTransformJobDefinitionArgs          
- TransformInput Pulumi.Aws Native. Sage Maker. Inputs. Model Package Transform Input 
- A description of the input source and the way the transform job consumes it.
- TransformOutput Pulumi.Aws Native. Sage Maker. Inputs. Model Package Transform Output 
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- TransformResources Pulumi.Aws Native. Sage Maker. Inputs. Model Package Transform Resources 
- Identifies the ML compute instances for the transform job.
- BatchStrategy Pulumi.Aws Native. Sage Maker. Model Package Transform Job Definition Batch Strategy 
- A string that determines the number of records included in a single mini-batch.
- Environment
Pulumi.Aws Native. Sage Maker. Inputs. Model Package Environment 
- The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- MaxConcurrent intTransforms 
- The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- MaxPayload intIn Mb 
- The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
- TransformInput ModelPackage Transform Input 
- A description of the input source and the way the transform job consumes it.
- TransformOutput ModelPackage Transform Output 
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- TransformResources ModelPackage Transform Resources 
- Identifies the ML compute instances for the transform job.
- BatchStrategy ModelPackage Transform Job Definition Batch Strategy 
- A string that determines the number of records included in a single mini-batch.
- Environment
ModelPackage Environment 
- The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- MaxConcurrent intTransforms 
- The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- MaxPayload intIn Mb 
- The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
- transformInput ModelPackage Transform Input 
- A description of the input source and the way the transform job consumes it.
- transformOutput ModelPackage Transform Output 
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- transformResources ModelPackage Transform Resources 
- Identifies the ML compute instances for the transform job.
- batchStrategy ModelPackage Transform Job Definition Batch Strategy 
- A string that determines the number of records included in a single mini-batch.
- environment
ModelPackage Environment 
- The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- maxConcurrent IntegerTransforms 
- The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- maxPayload IntegerIn Mb 
- The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
- transformInput ModelPackage Transform Input 
- A description of the input source and the way the transform job consumes it.
- transformOutput ModelPackage Transform Output 
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- transformResources ModelPackage Transform Resources 
- Identifies the ML compute instances for the transform job.
- batchStrategy ModelPackage Transform Job Definition Batch Strategy 
- A string that determines the number of records included in a single mini-batch.
- environment
ModelPackage Environment 
- The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- maxConcurrent numberTransforms 
- The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- maxPayload numberIn Mb 
- The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
- transform_input ModelPackage Transform Input 
- A description of the input source and the way the transform job consumes it.
- transform_output ModelPackage Transform Output 
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- transform_resources ModelPackage Transform Resources 
- Identifies the ML compute instances for the transform job.
- batch_strategy ModelPackage Transform Job Definition Batch Strategy 
- A string that determines the number of records included in a single mini-batch.
- environment
ModelPackage Environment 
- The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- max_concurrent_ inttransforms 
- The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- max_payload_ intin_ mb 
- The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
- transformInput Property Map
- A description of the input source and the way the transform job consumes it.
- transformOutput Property Map
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- transformResources Property Map
- Identifies the ML compute instances for the transform job.
- batchStrategy "MultiRecord" | "Single Record" 
- A string that determines the number of records included in a single mini-batch.
- environment Property Map
- The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- maxConcurrent NumberTransforms 
- The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- maxPayload NumberIn Mb 
- The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
ModelPackageTransformJobDefinitionBatchStrategy, ModelPackageTransformJobDefinitionBatchStrategyArgs              
- MultiRecord 
- MultiRecord
- SingleRecord 
- SingleRecord
- ModelPackage Transform Job Definition Batch Strategy Multi Record 
- MultiRecord
- ModelPackage Transform Job Definition Batch Strategy Single Record 
- SingleRecord
- MultiRecord 
- MultiRecord
- SingleRecord 
- SingleRecord
- MultiRecord 
- MultiRecord
- SingleRecord 
- SingleRecord
- MULTI_RECORD
- MultiRecord
- SINGLE_RECORD
- SingleRecord
- "MultiRecord" 
- MultiRecord
- "SingleRecord" 
- SingleRecord
ModelPackageTransformOutput, ModelPackageTransformOutputArgs        
- S3OutputPath string
- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
- Accept string
- The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- AssembleWith Pulumi.Aws Native. Sage Maker. Model Package Transform Output Assemble With 
- Defines how to assemble the results of the transform job as a single S3 object.
- KmsKey stringId 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
- S3OutputPath string
- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
- Accept string
- The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- AssembleWith ModelPackage Transform Output Assemble With 
- Defines how to assemble the results of the transform job as a single S3 object.
- KmsKey stringId 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
- s3OutputPath String
- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
- accept String
- The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- assembleWith ModelPackage Transform Output Assemble With 
- Defines how to assemble the results of the transform job as a single S3 object.
- kmsKey StringId 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
- s3OutputPath string
- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
- accept string
- The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- assembleWith ModelPackage Transform Output Assemble With 
- Defines how to assemble the results of the transform job as a single S3 object.
- kmsKey stringId 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
- s3_output_ strpath 
- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
- accept str
- The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- assemble_with ModelPackage Transform Output Assemble With 
- Defines how to assemble the results of the transform job as a single S3 object.
- kms_key_ strid 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
- s3OutputPath String
- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
- accept String
- The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- assembleWith "None" | "Line"
- Defines how to assemble the results of the transform job as a single S3 object.
- kmsKey StringId 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
ModelPackageTransformOutputAssembleWith, ModelPackageTransformOutputAssembleWithArgs            
- None
- None
- Line
- Line
- ModelPackage Transform Output Assemble With None 
- None
- ModelPackage Transform Output Assemble With Line 
- Line
- None
- None
- Line
- Line
- None
- None
- Line
- Line
- NONE
- None
- LINE
- Line
- "None"
- None
- "Line"
- Line
ModelPackageTransformResources, ModelPackageTransformResourcesArgs        
- InstanceCount int
- The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.
- InstanceType string
- The ML compute instance type for the transform job.
- VolumeKms stringKey Id 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.
- InstanceCount int
- The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.
- InstanceType string
- The ML compute instance type for the transform job.
- VolumeKms stringKey Id 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.
- instanceCount Integer
- The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.
- instanceType String
- The ML compute instance type for the transform job.
- volumeKms StringKey Id 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.
- instanceCount number
- The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.
- instanceType string
- The ML compute instance type for the transform job.
- volumeKms stringKey Id 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.
- instance_count int
- The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.
- instance_type str
- The ML compute instance type for the transform job.
- volume_kms_ strkey_ id 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.
- instanceCount Number
- The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.
- instanceType String
- The ML compute instance type for the transform job.
- volumeKms StringKey Id 
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.
ModelPackageValidationProfile, ModelPackageValidationProfileArgs        
- ProfileName string
- The name of the profile for the model package.
- TransformJob Pulumi.Definition Aws Native. Sage Maker. Inputs. Model Package Transform Job Definition 
- The TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
- ProfileName string
- The name of the profile for the model package.
- TransformJob ModelDefinition Package Transform Job Definition 
- The TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
- profileName String
- The name of the profile for the model package.
- transformJob ModelDefinition Package Transform Job Definition 
- The TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
- profileName string
- The name of the profile for the model package.
- transformJob ModelDefinition Package Transform Job Definition 
- The TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
- profile_name str
- The name of the profile for the model package.
- transform_job_ Modeldefinition Package Transform Job Definition 
- The TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
- profileName String
- The name of the profile for the model package.
- transformJob Property MapDefinition 
- The TransformJobDefinitionobject that describes the transform job used for the validation of the model package.
ModelPackageValidationSpecification, ModelPackageValidationSpecificationArgs        
- ValidationProfiles List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Validation Profile> 
- An array of ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
- ValidationRole string
- The IAM roles to be used for the validation of the model package.
- ValidationProfiles []ModelPackage Validation Profile 
- An array of ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
- ValidationRole string
- The IAM roles to be used for the validation of the model package.
- validationProfiles List<ModelPackage Validation Profile> 
- An array of ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
- validationRole String
- The IAM roles to be used for the validation of the model package.
- validationProfiles ModelPackage Validation Profile[] 
- An array of ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
- validationRole string
- The IAM roles to be used for the validation of the model package.
- validation_profiles Sequence[ModelPackage Validation Profile] 
- An array of ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
- validation_role str
- The IAM roles to be used for the validation of the model package.
- validationProfiles List<Property Map>
- An array of ModelPackageValidationProfileobjects, each of which specifies a batch transform job that SageMaker runs to validate your model package.
- validationRole String
- The IAM roles to be used for the validation of the model package.
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi