Class: Aws::Types::SageMakerEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#initial_instance_count ⇒ ::Integer
Returns the value of attribute initial_instance_count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kms_encryption_key ⇒ ::String
Returns the value of attribute kms_encryption_key.
-
#vpc ⇒ Types::VpcConfig
Returns the value of attribute vpc.
Instance Attribute Details
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def execution_role @execution_role end |
#initial_instance_count ⇒ ::Integer
Returns the value of attribute initial_instance_count.
3408 3409 3410 |
# File 'sig/types.rbs', line 3408 def initial_instance_count @initial_instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
3409 3410 3411 |
# File 'sig/types.rbs', line 3409 def instance_type @instance_type end |
#kms_encryption_key ⇒ ::String
Returns the value of attribute kms_encryption_key.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def kms_encryption_key @kms_encryption_key end |
#vpc ⇒ Types::VpcConfig
Returns the value of attribute vpc.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def vpc @vpc end |