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:
- Additional
Inference List<Pulumi.Specifications Aws Native. Sage Maker. Inputs. Model Package Additional Inference Specification Definition> - An array of additional Inference Specification objects.
- Additional
Inference 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.
- Approval
Description string - 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 string - A unique token that guarantees that the call to this API is idempotent.
- Customer
Metadata 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.
- Drift
Check 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.
- Inference
Specification Pulumi.Aws Native. Sage Maker. Inputs. Model Package Inference Specification - Defines how to perform inference generation after a training job is run.
- Last
Modified stringTime - The last time the model package was modified.
- Metadata
Properties Pulumi.Aws Native. Sage Maker. Inputs. Model Package Metadata Properties - Metadata properties of the tracking entity, trial, or trial component.
- Model
Approval 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 approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
- Model
Metrics Pulumi.Aws Native. Sage Maker. Inputs. Model Package Model Metrics - Metrics for the model.
- Model
Package stringDescription - The description of the model package.
- Model
Package stringGroup Name - The model group to which the model belongs.
- Model
Package stringName - The name of the model.
- Model
Package Pulumi.Status Details Aws Native. Sage Maker. Inputs. Model Package Status Details - Specifies the validation and image scan statuses of the model package.
- Model
Package intVersion - The version number of a versioned model.
- Sample
Payload 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).
- Skip
Model Pulumi.Validation Aws Native. Sage Maker. Model Package Skip Model Validation - Indicates if you want to skip model validation.
- Source
Algorithm 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.
- Validation
Specification Pulumi.Aws Native. Sage Maker. Inputs. Model Package Validation Specification - Specifies batch transform jobs that SageMaker runs to validate your model package.
- Additional
Inference []ModelSpecifications Package Additional Inference Specification Definition Args - An array of additional Inference Specification objects.
- Additional
Inference []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 string - 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 string - 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 string
- 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 stringTime - 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 approvedREJECTED
- 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 stringDescription - The description of the model package.
- Model
Package stringGroup Name - The model group to which the model belongs.
- Model
Package stringName - 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 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).
- 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.
- Tag
Args - 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.
- Validation
Specification ModelPackage Validation Specification Args - Specifies batch transform jobs that SageMaker runs to validate your model package.
- additional
Inference List<ModelSpecifications Package Additional Inference Specification Definition> - An array of additional Inference Specification objects.
- additional
Inference 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.
- approval
Description String - A description provided when the model approval is set.
- certify
For 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 .
- client
Token String - A unique token that guarantees that the call to this API is idempotent.
- customer
Metadata 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.
- drift
Check ModelBaselines Package Drift Check Baselines - Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inference
Specification ModelPackage Inference Specification - Defines how to perform inference generation after a training job is run.
- last
Modified StringTime - The last time the model package was modified.
- metadata
Properties ModelPackage Metadata Properties - 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 approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
- model
Metrics ModelPackage Model Metrics - Metrics for the model.
- model
Package StringDescription - The description of the model package.
- model
Package StringGroup Name - The model group to which the model belongs.
- model
Package StringName - The name of the model.
- model
Package ModelStatus Details Package Status Details - Specifies the validation and image scan statuses of the model package.
- model
Package IntegerVersion - The version number of a versioned model.
- sample
Payload 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).
- skip
Model ModelValidation Package Skip Model Validation - Indicates if you want to skip model validation.
- source
Algorithm 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.
- validation
Specification ModelPackage Validation Specification - Specifies batch transform jobs that SageMaker runs to validate your model package.
- additional
Inference ModelSpecifications Package Additional Inference Specification Definition[] - An array of additional Inference Specification objects.
- additional
Inference 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.
- approval
Description string - A description provided when the model approval is set.
- certify
For 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 .
- client
Token string - A unique token that guarantees that the call to this API is idempotent.
- customer
Metadata 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.
- drift
Check ModelBaselines Package Drift Check Baselines - Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inference
Specification ModelPackage Inference Specification - Defines how to perform inference generation after a training job is run.
- last
Modified stringTime - The last time the model package was modified.
- metadata
Properties ModelPackage Metadata Properties - 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 approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
- model
Metrics ModelPackage Model Metrics - Metrics for the model.
- model
Package stringDescription - The description of the model package.
- model
Package stringGroup Name - The model group to which the model belongs.
- model
Package stringName - The name of the model.
- model
Package ModelStatus Details Package Status Details - Specifies the validation and image scan statuses of the model package.
- model
Package numberVersion - The version number of a versioned model.
- sample
Payload 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).
- skip
Model ModelValidation Package Skip Model Validation - Indicates if you want to skip model validation.
- source
Algorithm 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.
- validation
Specification 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 approvedREJECTED
- 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[Tag
Args] - 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.
- additional
Inference List<Property Map>Specifications - An array of additional Inference Specification objects.
- additional
Inference 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.
- approval
Description String - A description provided when the model approval is set.
- certify
For 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 .
- client
Token String - A unique token that guarantees that the call to this API is idempotent.
- customer
Metadata 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.
- drift
Check Property MapBaselines - Represents the drift check baselines that can be used when the model monitor is set using the model package.
- inference
Specification Property Map - Defines how to perform inference generation after a training job is run.
- last
Modified StringTime - The last time the model package was modified.
- metadata
Properties Property Map - Metadata properties of the tracking entity, trial, or trial component.
- model
Approval "Approved" | "Rejected" | "PendingStatus Manual Approval" - The approval status of the model. This can be one of the following values.
APPROVED
- The model is approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
- model
Metrics Property Map - Metrics for the model.
- model
Package StringDescription - The description of the model package.
- model
Package StringGroup Name - The model group to which the model belongs.
- model
Package StringName - The name of the model.
- model
Package Property MapStatus Details - Specifies the validation and image scan statuses of the model package.
- model
Package NumberVersion - The version number of a versioned model.
- sample
Payload 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).
- skip
Model "None" | "All"Validation - Indicates if you want to skip model validation.
- source
Algorithm 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.
- validation
Specification 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:
- Creation
Time string - The time that the model package was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Model
Package stringArn - The Amazon Resource Name (ARN) of the model package.
- Model
Package 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.
- Creation
Time string - The time that the model package was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Model
Package stringArn - 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.
- creation
Time String - The time that the model package was created.
- id String
- The provider-assigned unique ID for this managed resource.
- model
Package StringArn - 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.
- creation
Time string - The time that the model package was created.
- id string
- The provider-assigned unique ID for this managed resource.
- model
Package stringArn - 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.
- 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.
- creation
Time String - The time that the model package was created.
- id String
- The provider-assigned unique ID for this managed resource.
- model
Package StringArn - The Amazon Resource Name (ARN) of the model package.
- model
Package "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.
- Supported
Content List<string>Types - The supported MIME types for the input data.
- Supported
Realtime List<string>Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- Supported
Response List<string>Mime Types - The supported MIME types for the output data.
- Supported
Transform 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
[]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.
- Supported
Content []stringTypes - The supported MIME types for the input data.
- Supported
Realtime []stringInference Instance Types - A list of the instance types that are used to generate inferences in real-time
- Supported
Response []stringMime Types - The supported MIME types for the output data.
- Supported
Transform []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<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.
- supported
Content List<String>Types - The supported MIME types for the input data.
- supported
Realtime List<String>Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- supported
Response List<String>Mime Types - The supported MIME types for the output data.
- supported
Transform 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
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.
- supported
Content string[]Types - The supported MIME types for the input data.
- supported
Realtime string[]Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- supported
Response string[]Mime Types - The supported MIME types for the output data.
- supported
Transform 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[Model
Package 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.
- supported
Content List<String>Types - The supported MIME types for the input data.
- supported
Realtime List<String>Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- supported
Response List<String>Mime Types - The supported MIME types for the output data.
- supported
Transform 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
- Post
Training Pulumi.Report Aws Native. Sage Maker. Inputs. Model Package Metrics Source - The post-training bias report for a model.
- Pre
Training 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
- 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
Model
Package 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
Model
Package 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
Model
Package 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
Model
Package Metrics Source - The bias report for a model
- post
Training Property MapReport - The post-training bias report for a model.
- pre
Training 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.
- Container
Hostname 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.
- Framework
Version string - The framework version of the Model Package Container Image.
- Image
Digest string - An MD5 hash of the training algorithm that identifies the Docker image used for training.
- Model
Data stringUrl - A structure with Model Input details.
- Model
Input Pulumi.Aws Native. Sage Maker. Inputs. Model Package Container Definition Model Input Properties - Nearest
Model 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.
- Container
Hostname string - The DNS host name for the Docker container.
- Environment
Model
Package Environment - Framework string
- The machine learning framework of the model package container image.
- Framework
Version string - The framework version of the Model Package Container Image.
- Image
Digest string - An MD5 hash of the training algorithm that identifies the Docker image used for training.
- Model
Data stringUrl - A structure with Model Input details.
- Model
Input ModelPackage Container Definition Model Input Properties - Nearest
Model 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.
- container
Hostname String - The DNS host name for the Docker container.
- environment
Model
Package Environment - framework String
- The machine learning framework of the model package container image.
- framework
Version String - The framework version of the Model Package Container Image.
- image
Digest String - An MD5 hash of the training algorithm that identifies the Docker image used for training.
- model
Data StringUrl - A structure with Model Input details.
- model
Input ModelPackage Container Definition Model Input Properties - nearest
Model 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.
- container
Hostname string - The DNS host name for the Docker container.
- environment
Model
Package Environment - framework string
- The machine learning framework of the model package container image.
- framework
Version string - The framework version of the Model Package Container Image.
- image
Digest string - An MD5 hash of the training algorithm that identifies the Docker image used for training.
- model
Data stringUrl - A structure with Model Input details.
- model
Input ModelPackage Container Definition Model Input Properties - nearest
Model 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
Model
Package 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.
- container
Hostname String - The DNS host name for the Docker container.
- environment Property Map
- framework String
- The machine learning framework of the model package container image.
- framework
Version String - The framework version of the Model Package Container Image.
- image
Digest String - An MD5 hash of the training algorithm that identifies the Docker image used for training.
- model
Data StringUrl - A structure with Model Input details.
- model
Input Property Map - nearest
Model StringName - The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
ModelPackageContainerDefinitionModelInputProperties, ModelPackageContainerDefinitionModelInputPropertiesArgs
- Data
Input stringConfig - The input configuration object for the model.
- Data
Input stringConfig - The input configuration object for the model.
- data
Input StringConfig - The input configuration object for the model.
- data
Input stringConfig - The input configuration object for the model.
- data_
input_ strconfig - The input configuration object for the model.
- data
Input StringConfig - The input configuration object for the model.
ModelPackageDataSource, ModelPackageDataSourceArgs
- S3Data
Source Pulumi.Aws Native. Sage Maker. Inputs. Model Package S3Data Source - The S3 location of the data source that is associated with a channel.
- S3Data
Source ModelPackage S3Data Source - The S3 location of the data source that is associated with a channel.
- s3Data
Source ModelPackage S3Data Source - The S3 location of the data source that is associated with a channel.
- s3Data
Source 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.
- s3Data
Source 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.
- Model
Data 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.
- Model
Quality 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
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
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.
- 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
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
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.
- 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
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
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.
- 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
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
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.
- 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.
- model
Data Property MapQuality - Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
- model
Quality 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
- Config
File Pulumi.Aws Native. Sage Maker. Inputs. Model Package File Source - The bias config file for a model.
- Post
Training Pulumi.Constraints Aws Native. Sage Maker. Inputs. Model Package Metrics Source - The post-training constraints.
- Pre
Training Pulumi.Constraints Aws Native. Sage Maker. Inputs. Model 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.
- 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.
- 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.
- 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.
- config
File Property Map - The bias config file for a model.
- post
Training Property MapConstraints - The post-training constraints.
- pre
Training Property MapConstraints - The pre-training constraints.
ModelPackageDriftCheckExplainability, ModelPackageDriftCheckExplainabilityArgs
- Config
File 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.
- Config
File ModelPackage File Source - The explainability config file for the model.
- Constraints
Model
Package Metrics Source - The drift check explainability constraints.
- config
File ModelPackage File Source - The explainability config file for the model.
- constraints
Model
Package Metrics Source - The drift check explainability constraints.
- config
File ModelPackage File Source - The explainability config file for the model.
- constraints
Model
Package Metrics Source - The drift check explainability constraints.
- config_
file ModelPackage File Source - The explainability config file for the model.
- constraints
Model
Package Metrics Source - The drift check explainability constraints.
- config
File 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
Model
Package Metrics Source - The drift check model data quality constraints.
- Statistics
Model
Package Metrics Source - The drift check model data quality statistics.
- constraints
Model
Package Metrics Source - The drift check model data quality constraints.
- statistics
Model
Package Metrics Source - The drift check model data quality statistics.
- constraints
Model
Package Metrics Source - The drift check model data quality constraints.
- statistics
Model
Package Metrics Source - The drift check model data quality statistics.
- constraints
Model
Package Metrics Source - The drift check model data quality constraints.
- statistics
Model
Package 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
Model
Package Metrics Source - The drift check model quality constraints.
- Statistics
Model
Package Metrics Source - The drift check model quality statistics.
- constraints
Model
Package Metrics Source - The drift check model quality constraints.
- statistics
Model
Package Metrics Source - The drift check model quality statistics.
- constraints
Model
Package Metrics Source - The drift check model quality constraints.
- statistics
Model
Package Metrics Source - The drift check model quality statistics.
- constraints
Model
Package Metrics Source - The drift check model quality constraints.
- statistics
Model
Package 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
Model
Package Metrics Source - The explainability report for a model.
- report
Model
Package Metrics Source - The explainability report for a model.
- report
Model
Package Metrics Source - The explainability report for a model.
- report
Model
Package 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.
- Content
Digest string - The digest of the file source.
- Content
Type string - The type of content stored in the file source.
- S3Uri string
- The Amazon S3 URI for the file source.
- Content
Digest string - The digest of the file source.
- Content
Type string - The type of content stored in the file source.
- s3Uri String
- The Amazon S3 URI for the file source.
- content
Digest String - The digest of the file source.
- content
Type String - The type of content stored in the file source.
- s3Uri string
- The Amazon S3 URI for the file source.
- content
Digest string - The digest of the file source.
- content
Type 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.
- content
Digest String - The digest of the file source.
- content
Type 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.
- Supported
Content List<string>Types - The supported MIME types for the input data.
- Supported
Response List<string>Mime Types - The supported MIME types for the output data.
- Supported
Realtime List<string>Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- Supported
Transform 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
[]Model
Package Container Definition - The Amazon ECR registry path of the Docker image that contains the inference code.
- Supported
Content []stringTypes - The supported MIME types for the input data.
- Supported
Response []stringMime Types - The supported MIME types for the output data.
- Supported
Realtime []stringInference Instance Types - A list of the instance types that are used to generate inferences in real-time
- Supported
Transform []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<Model
Package Container Definition> - The Amazon ECR registry path of the Docker image that contains the inference code.
- supported
Content List<String>Types - The supported MIME types for the input data.
- supported
Response List<String>Mime Types - The supported MIME types for the output data.
- supported
Realtime List<String>Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- supported
Transform 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
Model
Package Container Definition[] - The Amazon ECR registry path of the Docker image that contains the inference code.
- supported
Content string[]Types - The supported MIME types for the input data.
- supported
Response string[]Mime Types - The supported MIME types for the output data.
- supported
Realtime string[]Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- supported
Transform 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[Model
Package 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.
- supported
Content List<String>Types - The supported MIME types for the input data.
- supported
Response List<String>Mime Types - The supported MIME types for the output data.
- supported
Realtime List<String>Inference Instance Types - A list of the instance types that are used to generate inferences in real-time
- supported
Transform 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
- Commit
Id string - The commit ID.
- Generated
By string - The entity this entity was generated by.
- Project
Id string - The project ID metadata.
- Repository string
- The repository metadata.
- Commit
Id string - The commit ID.
- Generated
By string - The entity this entity was generated by.
- Project
Id string - The project ID metadata.
- Repository string
- The repository metadata.
- commit
Id String - The commit ID.
- generated
By String - The entity this entity was generated by.
- project
Id String - The project ID metadata.
- repository String
- The repository metadata.
- commit
Id string - The commit ID.
- generated
By string - The entity this entity was generated by.
- project
Id 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.
- commit
Id String - The commit ID.
- generated
By String - The entity this entity was generated by.
- project
Id String - The project ID metadata.
- repository String
- The repository metadata.
ModelPackageMetricsSource, ModelPackageMetricsSourceArgs
- Content
Type string - The type of content stored in the metric source.
- S3Uri string
- The Amazon S3 URI for the metric source.
- Content
Digest string - The digest of the metric source.
- Content
Type string - The type of content stored in the metric source.
- S3Uri string
- The Amazon S3 URI for the metric source.
- Content
Digest string - The digest of the metric source.
- content
Type String - The type of content stored in the metric source.
- s3Uri String
- The Amazon S3 URI for the metric source.
- content
Digest String - The digest of the metric source.
- content
Type string - The type of content stored in the metric source.
- s3Uri string
- The Amazon S3 URI for the metric source.
- content
Digest 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.
- content
Type String - The type of content stored in the metric source.
- s3Uri String
- The Amazon S3 URI for the metric source.
- content
Digest String - The digest of the metric source.
ModelPackageModelApprovalStatus, ModelPackageModelApprovalStatusArgs
- Approved
- Approved
- Rejected
- Rejected
- Pending
Manual Approval - PendingManualApproval
- Model
Package Model Approval Status Approved - Approved
- Model
Package Model Approval Status Rejected - Rejected
- Model
Package Model Approval Status Pending Manual Approval - PendingManualApproval
- Approved
- Approved
- Rejected
- Rejected
- Pending
Manual Approval - PendingManualApproval
- Approved
- Approved
- Rejected
- Rejected
- Pending
Manual Approval - PendingManualApproval
- APPROVED
- Approved
- REJECTED
- Rejected
- PENDING_MANUAL_APPROVAL
- PendingManualApproval
- "Approved"
- Approved
- "Rejected"
- Rejected
- "Pending
Manual 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
Model
Package Metrics Source - Data quality constraints for a model.
- Statistics
Model
Package Metrics Source - Data quality statistics for a model.
- constraints
Model
Package Metrics Source - Data quality constraints for a model.
- statistics
Model
Package Metrics Source - Data quality statistics for a model.
- constraints
Model
Package Metrics Source - Data quality constraints for a model.
- statistics
Model
Package Metrics Source - Data quality statistics for a model.
- constraints
Model
Package Metrics Source - Data quality constraints for a model.
- statistics
Model
Package 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.
- Model
Data Pulumi.Quality Aws Native. Sage Maker. Inputs. Model Package Model Data Quality - Metrics that measure the quality of the input data for a model.
- Model
Quality Pulumi.Aws Native. Sage Maker. Inputs. Model Package Model Quality - Metrics that measure the quality of a model.
- Bias
Model
Package Bias - Metrics that measure bias in a model.
- Explainability
Model
Package 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
Model
Package Bias - Metrics that measure bias in a model.
- explainability
Model
Package 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
Model
Package Bias - Metrics that measure bias in a model.
- explainability
Model
Package 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
Model
Package Bias - Metrics that measure bias in a model.
- explainability
Model
Package 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.
- model
Data Property MapQuality - Metrics that measure the quality of the input data for a model.
- model
Quality 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
Model
Package Metrics Source - Model quality constraints.
- Statistics
Model
Package Metrics Source - Model quality statistics.
- constraints
Model
Package Metrics Source - Model quality constraints.
- statistics
Model
Package Metrics Source - Model quality statistics.
- constraints
Model
Package Metrics Source - Model quality constraints.
- statistics
Model
Package Metrics Source - Model quality statistics.
- constraints
Model
Package Metrics Source - Model quality constraints.
- statistics
Model
Package Metrics Source - Model quality statistics.
- constraints Property Map
- Model quality constraints.
- statistics Property Map
- Model quality statistics.
ModelPackageS3DataSource, ModelPackageS3DataSourceArgs
- S3Data
Type 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.
- S3Data
Type 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.
- s3Data
Type 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.
- s3Data
Type 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.
- s3Data
Type "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
- Manifest
File - ManifestFile
- S3Prefix
- S3Prefix
- Augmented
Manifest File - AugmentedManifestFile
- Model
Package S3Data Source S3Data Type Manifest File - ManifestFile
- Model
Package S3Data Source S3Data Type S3Prefix - S3Prefix
- Model
Package S3Data Source S3Data Type Augmented Manifest File - AugmentedManifestFile
- Manifest
File - ManifestFile
- S3Prefix
- S3Prefix
- Augmented
Manifest File - AugmentedManifestFile
- Manifest
File - ManifestFile
- S3Prefix
- S3Prefix
- Augmented
Manifest File - AugmentedManifestFile
- MANIFEST_FILE
- ManifestFile
- S3_PREFIX
- S3Prefix
- AUGMENTED_MANIFEST_FILE
- AugmentedManifestFile
- "Manifest
File" - ManifestFile
- "S3Prefix"
- S3Prefix
- "Augmented
Manifest File" - AugmentedManifestFile
ModelPackageSkipModelValidation, ModelPackageSkipModelValidationArgs
- None
- None
- All
- All
- Model
Package Skip Model Validation None - None
- Model
Package Skip Model Validation All - All
- None
- None
- All
- All
- None
- None
- All
- All
- NONE
- None
- ALL
- All
- "None"
- None
- "All"
- All
ModelPackageSourceAlgorithm, ModelPackageSourceAlgorithmArgs
- Algorithm
Name 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.
- Model
Data 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 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.
- Model
Data 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 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.
- model
Data 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 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.
- model
Data 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).
- algorithm
Name 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.
- model
Data 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
- Source
Algorithms List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Source Algorithm> - A list of algorithms that were used to create a model package.
- Source
Algorithms []ModelPackage Source Algorithm - A list of algorithms that were used to create a model package.
- source
Algorithms List<ModelPackage Source Algorithm> - A list of algorithms that were used to create a model package.
- source
Algorithms 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.
- source
Algorithms List<Property Map> - A list of algorithms that were used to create a model package.
ModelPackageStatus, ModelPackageStatusArgs
- Pending
- Pending
- Deleting
- Deleting
- In
Progress - InProgress
- Completed
- Completed
- Failed
- Failed
- Model
Package Status Pending - Pending
- Model
Package Status Deleting - Deleting
- Model
Package Status In Progress - InProgress
- Model
Package Status Completed - Completed
- Model
Package Status Failed - Failed
- Pending
- Pending
- Deleting
- Deleting
- In
Progress - InProgress
- Completed
- Completed
- Failed
- Failed
- Pending
- Pending
- Deleting
- Deleting
- In
Progress - InProgress
- Completed
- Completed
- Failed
- Failed
- PENDING
- Pending
- DELETING
- Deleting
- IN_PROGRESS
- InProgress
- COMPLETED
- Completed
- FAILED
- Failed
- "Pending"
- Pending
- "Deleting"
- Deleting
- "In
Progress" - InProgress
- "Completed"
- Completed
- "Failed"
- Failed
ModelPackageStatusDetails, ModelPackageStatusDetailsArgs
- Validation
Statuses List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Status Item> - The validation status of the model package.
- Validation
Statuses []ModelPackage Status Item - The validation status of the model package.
- validation
Statuses List<ModelPackage Status Item> - The validation status of the model package.
- validation
Statuses ModelPackage Status Item[] - The validation status of the model package.
- validation_
statuses Sequence[ModelPackage Status Item] - The validation status of the model package.
- validation
Statuses 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.
- Failure
Reason 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
Model
Package Status Item Status - The current status.
- Failure
Reason 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
Model
Package Status Item Status - The current status.
- failure
Reason 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
Model
Package Status Item Status - The current status.
- failure
Reason 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
Model
Package 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
"Not
Started" | "Failed" | "In Progress" | "Completed" - The current status.
- failure
Reason String - If the overall status is Failed, the reason for the failure.
ModelPackageStatusItemStatus, ModelPackageStatusItemStatusArgs
- Not
Started - NotStarted
- Failed
- Failed
- In
Progress - InProgress
- Completed
- Completed
- Model
Package Status Item Status Not Started - NotStarted
- Model
Package Status Item Status Failed - Failed
- Model
Package Status Item Status In Progress - InProgress
- Model
Package Status Item Status Completed - Completed
- Not
Started - NotStarted
- Failed
- Failed
- In
Progress - InProgress
- Completed
- Completed
- Not
Started - NotStarted
- Failed
- Failed
- In
Progress - InProgress
- Completed
- Completed
- NOT_STARTED
- NotStarted
- FAILED
- Failed
- IN_PROGRESS
- InProgress
- COMPLETED
- Completed
- "Not
Started" - NotStarted
- "Failed"
- Failed
- "In
Progress" - InProgress
- "Completed"
- Completed
ModelPackageTransformInput, ModelPackageTransformInputArgs
- Data
Source 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.
- Compression
Type 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.
- Content
Type 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.
- Split
Type 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.
- 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 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.
- Split
Type 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 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.
- split
Type 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 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.
- split
Type 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.
- data
Source Property Map - Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.
- compression
Type "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.
- content
Type 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.
- split
Type "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
- Model
Package Transform Input Compression Type None - None
- Model
Package 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
- Tf
Record - TFRecord
- Line
- Line
- Record
Io - RecordIO
- Model
Package Transform Input Split Type None - None
- Model
Package Transform Input Split Type Tf Record - TFRecord
- Model
Package Transform Input Split Type Line - Line
- Model
Package Transform Input Split Type Record Io - RecordIO
- None
- None
- Tf
Record - TFRecord
- Line
- Line
- Record
Io - RecordIO
- None
- None
- Tf
Record - TFRecord
- Line
- Line
- Record
Io - RecordIO
- NONE
- None
- TF_RECORD
- TFRecord
- LINE
- Line
- RECORD_IO
- RecordIO
- "None"
- None
- "TFRecord"
- TFRecord
- "Line"
- Line
- "Record
IO" - RecordIO
ModelPackageTransformJobDefinition, ModelPackageTransformJobDefinitionArgs
- Transform
Input Pulumi.Aws Native. Sage Maker. Inputs. Model Package Transform Input - A description of the input source and the way the transform job consumes it.
- Transform
Output 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.
- Transform
Resources Pulumi.Aws Native. Sage Maker. Inputs. Model Package Transform Resources - Identifies the ML compute instances for the transform job.
- Batch
Strategy 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.
- 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).
- 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
Model
Package 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).
- 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
Model
Package Environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- max
Concurrent IntegerTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- max
Payload IntegerIn 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
Model
Package Environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
- max
Concurrent numberTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- max
Payload 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
Model
Package 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).
- transform
Input Property Map - A description of the input source and the way the transform job consumes it.
- transform
Output Property Map - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
- transform
Resources Property Map - Identifies the ML compute instances for the transform job.
- batch
Strategy "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.
- max
Concurrent NumberTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.
- max
Payload NumberIn Mb - The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).
ModelPackageTransformJobDefinitionBatchStrategy, ModelPackageTransformJobDefinitionBatchStrategyArgs
- Multi
Record - MultiRecord
- Single
Record - SingleRecord
- Model
Package Transform Job Definition Batch Strategy Multi Record - MultiRecord
- Model
Package Transform Job Definition Batch Strategy Single Record - SingleRecord
- Multi
Record - MultiRecord
- Single
Record - SingleRecord
- Multi
Record - MultiRecord
- Single
Record - SingleRecord
- MULTI_RECORD
- MultiRecord
- SINGLE_RECORD
- SingleRecord
- "Multi
Record" - MultiRecord
- "Single
Record" - SingleRecord
ModelPackageTransformOutput, ModelPackageTransformOutputArgs
- S3Output
Path 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.
- Assemble
With 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.
- Kms
Key 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.
- S3Output
Path 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.
- Assemble
With ModelPackage Transform Output Assemble With - Defines how to assemble the results of the transform job as a single S3 object.
- Kms
Key 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.
- s3Output
Path 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.
- assemble
With ModelPackage Transform Output Assemble With - Defines how to assemble the results of the transform job as a single S3 object.
- kms
Key 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.
- s3Output
Path 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.
- assemble
With ModelPackage Transform Output Assemble With - Defines how to assemble the results of the transform job as a single S3 object.
- kms
Key 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.
- s3Output
Path 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.
- assemble
With "None" | "Line" - Defines how to assemble the results of the transform job as a single S3 object.
- kms
Key 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
- Model
Package Transform Output Assemble With None - None
- Model
Package Transform Output Assemble With Line - Line
- None
- None
- Line
- Line
- None
- None
- Line
- Line
- NONE
- None
- LINE
- Line
- "None"
- None
- "Line"
- Line
ModelPackageTransformResources, ModelPackageTransformResourcesArgs
- 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 string - The ML compute instance type for the transform job.
- Volume
Kms 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 string - The ML compute instance type for the transform job.
- Volume
Kms 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 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.
- instance
Type String - The ML compute instance type for the transform job.
- volume
Kms 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 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.
- instance
Type string - The ML compute instance type for the transform job.
- volume
Kms 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.
- instance
Count 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.
- instance
Type String - The ML compute instance type for the transform job.
- volume
Kms 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
- Profile
Name string - The name of the profile for the model package.
- Transform
Job Pulumi.Definition Aws Native. Sage Maker. Inputs. Model Package Transform Job Definition - The
TransformJobDefinition
object that describes the transform job used for the validation of the model package.
- Profile
Name string - The name of the profile for the model package.
- Transform
Job ModelDefinition Package Transform Job Definition - The
TransformJobDefinition
object that describes the transform job used for the validation of the model package.
- profile
Name String - The name of the profile for the model package.
- transform
Job ModelDefinition Package Transform Job Definition - The
TransformJobDefinition
object that describes the transform job used for the validation of the model package.
- profile
Name string - The name of the profile for the model package.
- transform
Job ModelDefinition Package Transform Job Definition - The
TransformJobDefinition
object 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
TransformJobDefinition
object that describes the transform job used for the validation of the model package.
- profile
Name String - The name of the profile for the model package.
- transform
Job Property MapDefinition - The
TransformJobDefinition
object that describes the transform job used for the validation of the model package.
ModelPackageValidationSpecification, ModelPackageValidationSpecificationArgs
- Validation
Profiles List<Pulumi.Aws Native. Sage Maker. Inputs. Model Package Validation Profile> - An array of
ModelPackageValidationProfile
objects, each of which specifies a batch transform job that SageMaker runs to validate your model package. - Validation
Role string - The IAM roles to be used for the validation of the model package.
- Validation
Profiles []ModelPackage Validation Profile - An array of
ModelPackageValidationProfile
objects, each of which specifies a batch transform job that SageMaker runs to validate your model package. - Validation
Role string - The IAM roles to be used for the validation of the model package.
- validation
Profiles List<ModelPackage Validation Profile> - An array of
ModelPackageValidationProfile
objects, each of which specifies a batch transform job that SageMaker runs to validate your model package. - validation
Role String - The IAM roles to be used for the validation of the model package.
- validation
Profiles ModelPackage Validation Profile[] - An array of
ModelPackageValidationProfile
objects, each of which specifies a batch transform job that SageMaker runs to validate your model package. - validation
Role string - The IAM roles to be used for the validation of the model package.
- validation_
profiles Sequence[ModelPackage Validation Profile] - An array of
ModelPackageValidationProfile
objects, 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.
- validation
Profiles List<Property Map> - An array of
ModelPackageValidationProfile
objects, each of which specifies a batch transform job that SageMaker runs to validate your model package. - validation
Role 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