Class: Aws::SageMaker::Types::UpdateModelPackageInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_inference_specifications_to_addArray<Types::AdditionalInferenceSpecificationDefinition>

An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.



43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#approval_descriptionString

A description for the approval status of the model.

Returns:

  • (String)


43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#customer_metadata_propertiesHash<String,String>

The metadata properties associated with the model package versions.

Returns:

  • (Hash<String,String>)


43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#customer_metadata_properties_to_removeArray<String>

The metadata properties associated with the model package versions to remove.

Returns:

  • (Array<String>)


43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#inference_specificationTypes::InferenceSpecification

Specifies details about inference jobs that you can run with models based on this model package, including the following information:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.

  • The instance types that the model package supports for transform jobs and real-time endpoints used for inference.

  • The input and output content formats that the model package supports for inference.



43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#model_approval_statusString

The approval status of the model.

Returns:

  • (String)


43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_arnString

The Amazon Resource Name (ARN) of the model package.

Returns:

  • (String)


43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

The URI of the source for the model package.

Returns:

  • (String)


43743
43744
43745
43746
43747
43748
43749
43750
43751
43752
43753
43754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43743

class UpdateModelPackageInput < Struct.new(
  :model_package_arn,
  :model_approval_status,
  :approval_description,
  :customer_metadata_properties,
  :customer_metadata_properties_to_remove,
  :additional_inference_specifications_to_add,
  :inference_specification,
  :source_uri)
  SENSITIVE = []
  include Aws::Structure
end