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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
# File 'lib/aws-sdk-sagemaker/types.rb', line 41166

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)
  SENSITIVE = []
  include Aws::Structure
end

#approval_descriptionString

A description for the approval status of the model.

Returns:

  • (String)


41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
# File 'lib/aws-sdk-sagemaker/types.rb', line 41166

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)
  SENSITIVE = []
  include Aws::Structure
end

#customer_metadata_propertiesHash<String,String>

The metadata properties associated with the model package versions.

Returns:

  • (Hash<String,String>)


41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
# File 'lib/aws-sdk-sagemaker/types.rb', line 41166

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)
  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>)


41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
# File 'lib/aws-sdk-sagemaker/types.rb', line 41166

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)
  SENSITIVE = []
  include Aws::Structure
end

#model_approval_statusString

The approval status of the model.

Returns:

  • (String)


41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
# File 'lib/aws-sdk-sagemaker/types.rb', line 41166

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)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_arnString

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

Returns:

  • (String)


41166
41167
41168
41169
41170
41171
41172
41173
41174
41175
# File 'lib/aws-sdk-sagemaker/types.rb', line 41166

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)
  SENSITIVE = []
  include Aws::Structure
end