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.



12363
12364
12365
# File 'sig/types.rbs', line 12363

def additional_inference_specifications_to_add
  @additional_inference_specifications_to_add
end

#approval_description::String

Returns the value of attribute approval_description.

Returns:

  • (::String)


12360
12361
12362
# File 'sig/types.rbs', line 12360

def approval_description
  @approval_description
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12368
12369
12370
# File 'sig/types.rbs', line 12368

def client_token
  @client_token
end

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

Returns the value of attribute customer_metadata_properties.

Returns:

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


12361
12362
12363
# File 'sig/types.rbs', line 12361

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


12362
12363
12364
# File 'sig/types.rbs', line 12362

def 
  @customer_metadata_properties_to_remove
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



12364
12365
12366
# File 'sig/types.rbs', line 12364

def inference_specification
  @inference_specification
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.

Returns:

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


12358
12359
12360
# File 'sig/types.rbs', line 12358

def model_approval_status
  @model_approval_status
end

#model_cardTypes::ModelPackageModelCard

Returns the value of attribute model_card.



12366
12367
12368
# File 'sig/types.rbs', line 12366

def model_card
  @model_card
end

#model_life_cycleTypes::ModelLifeCycle

Returns the value of attribute model_life_cycle.



12367
12368
12369
# File 'sig/types.rbs', line 12367

def model_life_cycle
  @model_life_cycle
end

#model_package_arn::String

Returns the value of attribute model_package_arn.

Returns:

  • (::String)


12357
12358
12359
# File 'sig/types.rbs', line 12357

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


12359
12360
12361
# File 'sig/types.rbs', line 12359

def model_package_registration_type
  @model_package_registration_type
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


12365
12366
12367
# File 'sig/types.rbs', line 12365

def source_uri
  @source_uri
end