Class: Aws::Types::RecommendationJobInputConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobInputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_config ⇒ Types::RecommendationJobContainerConfig
Returns the value of attribute container_config.
-
#endpoint_configurations ⇒ ::Array[Types::EndpointInputConfiguration]
Returns the value of attribute endpoint_configurations.
-
#endpoints ⇒ ::Array[Types::EndpointInfo]
Returns the value of attribute endpoints.
-
#job_duration_in_seconds ⇒ ::Integer
Returns the value of attribute job_duration_in_seconds.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
-
#resource_limit ⇒ Types::RecommendationJobResourceLimit
Returns the value of attribute resource_limit.
-
#traffic_pattern ⇒ Types::TrafficPattern
Returns the value of attribute traffic_pattern.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::RecommendationJobVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#container_config ⇒ Types::RecommendationJobContainerConfig
Returns the value of attribute container_config.
10375 10376 10377 |
# File 'sig/types.rbs', line 10375 def container_config @container_config end |
#endpoint_configurations ⇒ ::Array[Types::EndpointInputConfiguration]
Returns the value of attribute endpoint_configurations.
10373 10374 10375 |
# File 'sig/types.rbs', line 10373 def endpoint_configurations @endpoint_configurations end |
#endpoints ⇒ ::Array[Types::EndpointInfo]
Returns the value of attribute endpoints.
10376 10377 10378 |
# File 'sig/types.rbs', line 10376 def endpoints @endpoints end |
#job_duration_in_seconds ⇒ ::Integer
Returns the value of attribute job_duration_in_seconds.
10370 10371 10372 |
# File 'sig/types.rbs', line 10370 def job_duration_in_seconds @job_duration_in_seconds end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
10369 10370 10371 |
# File 'sig/types.rbs', line 10369 def model_name @model_name end |
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
10368 10369 10370 |
# File 'sig/types.rbs', line 10368 def model_package_version_arn @model_package_version_arn end |
#resource_limit ⇒ Types::RecommendationJobResourceLimit
Returns the value of attribute resource_limit.
10372 10373 10374 |
# File 'sig/types.rbs', line 10372 def resource_limit @resource_limit end |
#traffic_pattern ⇒ Types::TrafficPattern
Returns the value of attribute traffic_pattern.
10371 10372 10373 |
# File 'sig/types.rbs', line 10371 def traffic_pattern @traffic_pattern end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
10374 10375 10376 |
# File 'sig/types.rbs', line 10374 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::RecommendationJobVpcConfig
Returns the value of attribute vpc_config.
10377 10378 10379 |
# File 'sig/types.rbs', line 10377 def vpc_config @vpc_config end |