Class: Aws::Types::UpdateModelPackageInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_inference_specifications_to_add::Array[Types::AdditionalInferenceSpecificationDefinition]

Returns the value of attribute additional_inference_specifications_to_add.



12302
12303
12304
# File 'sig/types.rbs', line 12302

def additional_inference_specifications_to_add
  @additional_inference_specifications_to_add
end

#approval_description::String

Returns the value of attribute approval_description.

Returns:

  • (::String)


12299
12300
12301
# File 'sig/types.rbs', line 12299

def approval_description
  @approval_description
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12307
12308
12309
# File 'sig/types.rbs', line 12307

def client_token
  @client_token
end

#customer_metadata_properties::Hash[::String, ::String]

Returns the value of attribute customer_metadata_properties.

Returns:

  • (::Hash[::String, ::String])


12300
12301
12302
# File 'sig/types.rbs', line 12300

def 
  @customer_metadata_properties
end

#customer_metadata_properties_to_remove::Array[::String]

Returns the value of attribute customer_metadata_properties_to_remove.

Returns:

  • (::Array[::String])


12301
12302
12303
# File 'sig/types.rbs', line 12301

def 
  @customer_metadata_properties_to_remove
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



12303
12304
12305
# File 'sig/types.rbs', line 12303

def inference_specification
  @inference_specification
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.

Returns:

  • ("Approved", "Rejected", "PendingManualApproval")


12297
12298
12299
# File 'sig/types.rbs', line 12297

def model_approval_status
  @model_approval_status
end

#model_cardTypes::ModelPackageModelCard

Returns the value of attribute model_card.



12305
12306
12307
# File 'sig/types.rbs', line 12305

def model_card
  @model_card
end

#model_life_cycleTypes::ModelLifeCycle

Returns the value of attribute model_life_cycle.



12306
12307
12308
# File 'sig/types.rbs', line 12306

def model_life_cycle
  @model_life_cycle
end

#model_package_arn::String

Returns the value of attribute model_package_arn.

Returns:

  • (::String)


12296
12297
12298
# File 'sig/types.rbs', line 12296

def model_package_arn
  @model_package_arn
end

#model_package_registration_type"Logged", "Registered"

Returns the value of attribute model_package_registration_type.

Returns:

  • ("Logged", "Registered")


12298
12299
12300
# File 'sig/types.rbs', line 12298

def model_package_registration_type
  @model_package_registration_type
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


12304
12305
12306
# File 'sig/types.rbs', line 12304

def source_uri
  @source_uri
end