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.



12279
12280
12281
# File 'sig/types.rbs', line 12279

def additional_inference_specifications_to_add
  @additional_inference_specifications_to_add
end

#approval_description::String

Returns the value of attribute approval_description.

Returns:

  • (::String)


12276
12277
12278
# File 'sig/types.rbs', line 12276

def approval_description
  @approval_description
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12284
12285
12286
# File 'sig/types.rbs', line 12284

def client_token
  @client_token
end

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

Returns the value of attribute customer_metadata_properties.

Returns:

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


12277
12278
12279
# File 'sig/types.rbs', line 12277

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


12278
12279
12280
# File 'sig/types.rbs', line 12278

def 
  @customer_metadata_properties_to_remove
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



12280
12281
12282
# File 'sig/types.rbs', line 12280

def inference_specification
  @inference_specification
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.

Returns:

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


12274
12275
12276
# File 'sig/types.rbs', line 12274

def model_approval_status
  @model_approval_status
end

#model_cardTypes::ModelPackageModelCard

Returns the value of attribute model_card.



12282
12283
12284
# File 'sig/types.rbs', line 12282

def model_card
  @model_card
end

#model_life_cycleTypes::ModelLifeCycle

Returns the value of attribute model_life_cycle.



12283
12284
12285
# File 'sig/types.rbs', line 12283

def model_life_cycle
  @model_life_cycle
end

#model_package_arn::String

Returns the value of attribute model_package_arn.

Returns:

  • (::String)


12273
12274
12275
# File 'sig/types.rbs', line 12273

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


12275
12276
12277
# File 'sig/types.rbs', line 12275

def model_package_registration_type
  @model_package_registration_type
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


12281
12282
12283
# File 'sig/types.rbs', line 12281

def source_uri
  @source_uri
end