Class: Aws::Types::CreateInferenceSchedulerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceSchedulerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_delay_offset_in_minutes ⇒ ::Integer
Returns the value of attribute data_delay_offset_in_minutes.
-
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Returns the value of attribute data_input_configuration.
-
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
-
#data_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
58 59 60 |
# File 'sig/types.rbs', line 58 def client_token @client_token end |
#data_delay_offset_in_minutes ⇒ ::Integer
Returns the value of attribute data_delay_offset_in_minutes.
52 53 54 |
# File 'sig/types.rbs', line 52 def data_delay_offset_in_minutes @data_delay_offset_in_minutes end |
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Returns the value of attribute data_input_configuration.
54 55 56 |
# File 'sig/types.rbs', line 54 def data_input_configuration @data_input_configuration end |
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
55 56 57 |
# File 'sig/types.rbs', line 55 def data_output_configuration @data_output_configuration end |
#data_upload_frequency ⇒ "PT5M", ...
Returns the value of attribute data_upload_frequency.
53 54 55 |
# File 'sig/types.rbs', line 53 def data_upload_frequency @data_upload_frequency end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
51 52 53 |
# File 'sig/types.rbs', line 51 def inference_scheduler_name @inference_scheduler_name end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def model_name @model_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def role_arn @role_arn end |
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def server_side_kms_key_id @server_side_kms_key_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
59 60 61 |
# File 'sig/types.rbs', line 59 def end |