Class: Aws::Types::EndpointProperties
- Inherits:
-
Object
- Object
- Aws::Types::EndpointProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_inference_units ⇒ ::Integer
Returns the value of attribute current_inference_units.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#desired_data_access_role_arn ⇒ ::String
Returns the value of attribute desired_data_access_role_arn.
-
#desired_inference_units ⇒ ::Integer
Returns the value of attribute desired_inference_units.
-
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
874 875 876 |
# File 'sig/types.rbs', line 874 def creation_time @creation_time end |
#current_inference_units ⇒ ::Integer
Returns the value of attribute current_inference_units.
873 874 875 |
# File 'sig/types.rbs', line 873 def current_inference_units @current_inference_units end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
876 877 878 |
# File 'sig/types.rbs', line 876 def data_access_role_arn @data_access_role_arn end |
#desired_data_access_role_arn ⇒ ::String
Returns the value of attribute desired_data_access_role_arn.
877 878 879 |
# File 'sig/types.rbs', line 877 def desired_data_access_role_arn @desired_data_access_role_arn end |
#desired_inference_units ⇒ ::Integer
Returns the value of attribute desired_inference_units.
872 873 874 |
# File 'sig/types.rbs', line 872 def desired_inference_units @desired_inference_units end |
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
871 872 873 |
# File 'sig/types.rbs', line 871 def desired_model_arn @desired_model_arn end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
867 868 869 |
# File 'sig/types.rbs', line 867 def endpoint_arn @endpoint_arn end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
878 879 880 |
# File 'sig/types.rbs', line 878 def flywheel_arn @flywheel_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
875 876 877 |
# File 'sig/types.rbs', line 875 def last_modified_time @last_modified_time end |
#message ⇒ ::String
Returns the value of attribute message.
869 870 871 |
# File 'sig/types.rbs', line 869 def end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
870 871 872 |
# File 'sig/types.rbs', line 870 def model_arn @model_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
868 869 870 |
# File 'sig/types.rbs', line 868 def status @status end |