Class: Aws::Types::ModelPackageContainerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackageContainerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_data_sources ⇒ ::Array[Types::AdditionalModelDataSource]
Returns the value of attribute additional_model_data_sources.
-
#additional_s3_data_source ⇒ Types::AdditionalS3DataSource
Returns the value of attribute additional_s3_data_source.
-
#base_model ⇒ Types::BaseModel
Returns the value of attribute base_model.
-
#container_hostname ⇒ ::String
Returns the value of attribute container_hostname.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#framework ⇒ ::String
Returns the value of attribute framework.
-
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#is_checkpoint ⇒ Boolean
Returns the value of attribute is_checkpoint.
-
#model_data_etag ⇒ ::String
Returns the value of attribute model_data_etag.
-
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
-
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
-
#model_input ⇒ Types::ModelInput
Returns the value of attribute model_input.
-
#nearest_model_name ⇒ ::String
Returns the value of attribute nearest_model_name.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
Instance Attribute Details
#additional_model_data_sources ⇒ ::Array[Types::AdditionalModelDataSource]
Returns the value of attribute additional_model_data_sources.
9096 9097 9098 |
# File 'sig/types.rbs', line 9096 def additional_model_data_sources @additional_model_data_sources end |
#additional_s3_data_source ⇒ Types::AdditionalS3DataSource
Returns the value of attribute additional_s3_data_source.
9097 9098 9099 |
# File 'sig/types.rbs', line 9097 def additional_s3_data_source @additional_s3_data_source end |
#base_model ⇒ Types::BaseModel
Returns the value of attribute base_model.
9100 9101 9102 |
# File 'sig/types.rbs', line 9100 def base_model @base_model end |
#container_hostname ⇒ ::String
Returns the value of attribute container_hostname.
9085 9086 9087 |
# File 'sig/types.rbs', line 9085 def container_hostname @container_hostname end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
9091 9092 9093 |
# File 'sig/types.rbs', line 9091 def environment @environment end |
#framework ⇒ ::String
Returns the value of attribute framework.
9093 9094 9095 |
# File 'sig/types.rbs', line 9093 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
9094 9095 9096 |
# File 'sig/types.rbs', line 9094 def framework_version @framework_version end |
#image ⇒ ::String
Returns the value of attribute image.
9086 9087 9088 |
# File 'sig/types.rbs', line 9086 def image @image end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
9087 9088 9089 |
# File 'sig/types.rbs', line 9087 def image_digest @image_digest end |
#is_checkpoint ⇒ Boolean
Returns the value of attribute is_checkpoint.
9099 9100 9101 |
# File 'sig/types.rbs', line 9099 def is_checkpoint @is_checkpoint end |
#model_data_etag ⇒ ::String
Returns the value of attribute model_data_etag.
9098 9099 9100 |
# File 'sig/types.rbs', line 9098 def model_data_etag @model_data_etag end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
9089 9090 9091 |
# File 'sig/types.rbs', line 9089 def model_data_source @model_data_source end |
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
9088 9089 9090 |
# File 'sig/types.rbs', line 9088 def model_data_url @model_data_url end |
#model_input ⇒ Types::ModelInput
Returns the value of attribute model_input.
9092 9093 9094 |
# File 'sig/types.rbs', line 9092 def model_input @model_input end |
#nearest_model_name ⇒ ::String
Returns the value of attribute nearest_model_name.
9095 9096 9097 |
# File 'sig/types.rbs', line 9095 def nearest_model_name @nearest_model_name end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
9090 9091 9092 |
# File 'sig/types.rbs', line 9090 def product_id @product_id end |