Class: Aws::Types::ModelPackageContainerDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_data_sources::Array[Types::AdditionalModelDataSource]

Returns the value of attribute additional_model_data_sources.

Returns:



9111
9112
9113
# File 'sig/types.rbs', line 9111

def additional_model_data_sources
  @additional_model_data_sources
end

#additional_s3_data_sourceTypes::AdditionalS3DataSource

Returns the value of attribute additional_s3_data_source.



9112
9113
9114
# File 'sig/types.rbs', line 9112

def additional_s3_data_source
  @additional_s3_data_source
end

#base_modelTypes::BaseModel

Returns the value of attribute base_model.

Returns:



9115
9116
9117
# File 'sig/types.rbs', line 9115

def base_model
  @base_model
end

#container_hostname::String

Returns the value of attribute container_hostname.

Returns:

  • (::String)


9100
9101
9102
# File 'sig/types.rbs', line 9100

def container_hostname
  @container_hostname
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

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


9106
9107
9108
# File 'sig/types.rbs', line 9106

def environment
  @environment
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


9108
9109
9110
# File 'sig/types.rbs', line 9108

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


9109
9110
9111
# File 'sig/types.rbs', line 9109

def framework_version
  @framework_version
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


9101
9102
9103
# File 'sig/types.rbs', line 9101

def image
  @image
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


9102
9103
9104
# File 'sig/types.rbs', line 9102

def image_digest
  @image_digest
end

#is_checkpointBoolean

Returns the value of attribute is_checkpoint.

Returns:

  • (Boolean)


9114
9115
9116
# File 'sig/types.rbs', line 9114

def is_checkpoint
  @is_checkpoint
end

#model_data_etag::String

Returns the value of attribute model_data_etag.

Returns:

  • (::String)


9113
9114
9115
# File 'sig/types.rbs', line 9113

def model_data_etag
  @model_data_etag
end

#model_data_sourceTypes::ModelDataSource

Returns the value of attribute model_data_source.



9104
9105
9106
# File 'sig/types.rbs', line 9104

def model_data_source
  @model_data_source
end

#model_data_url::String

Returns the value of attribute model_data_url.

Returns:

  • (::String)


9103
9104
9105
# File 'sig/types.rbs', line 9103

def model_data_url
  @model_data_url
end

#model_inputTypes::ModelInput

Returns the value of attribute model_input.

Returns:



9107
9108
9109
# File 'sig/types.rbs', line 9107

def model_input
  @model_input
end

#nearest_model_name::String

Returns the value of attribute nearest_model_name.

Returns:

  • (::String)


9110
9111
9112
# File 'sig/types.rbs', line 9110

def nearest_model_name
  @nearest_model_name
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


9105
9106
9107
# File 'sig/types.rbs', line 9105

def product_id
  @product_id
end