Class: Aws::Types::CreateMLEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMLEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#ml_model_training_job_id ⇒ ::String
Returns the value of attribute ml_model_training_job_id.
-
#ml_model_transform_job_id ⇒ ::String
Returns the value of attribute ml_model_transform_job_id.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
-
#update ⇒ Boolean
Returns the value of attribute update.
-
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
129 130 131 |
# File 'sig/types.rbs', line 129 def id @id end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
136 137 138 |
# File 'sig/types.rbs', line 136 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
135 136 137 |
# File 'sig/types.rbs', line 135 def instance_type @instance_type end |
#ml_model_training_job_id ⇒ ::String
Returns the value of attribute ml_model_training_job_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def ml_model_training_job_id @ml_model_training_job_id end |
#ml_model_transform_job_id ⇒ ::String
Returns the value of attribute ml_model_transform_job_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def ml_model_transform_job_id @ml_model_transform_job_id end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
134 135 136 |
# File 'sig/types.rbs', line 134 def model_name @model_name end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def neptune_iam_role_arn @neptune_iam_role_arn end |
#update ⇒ Boolean
Returns the value of attribute update.
132 133 134 |
# File 'sig/types.rbs', line 132 def update @update end |
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
137 138 139 |
# File 'sig/types.rbs', line 137 def volume_encryption_kms_key @volume_encryption_kms_key end |