Class: Aws::Types::CreateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_pre_processing_configuration ⇒ Types::DataPreProcessingConfiguration
Returns the value of attribute data_pre_processing_configuration.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_schema ⇒ Types::DatasetSchema
Returns the value of attribute dataset_schema.
-
#evaluation_data_end_time ⇒ ::Time
Returns the value of attribute evaluation_data_end_time.
-
#evaluation_data_start_time ⇒ ::Time
Returns the value of attribute evaluation_data_start_time.
-
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
-
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#off_condition ⇒ ::String
Returns the value of attribute off_condition.
-
#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.
-
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
-
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
107 108 109 |
# File 'sig/types.rbs', line 107 def client_token @client_token end |
#data_pre_processing_configuration ⇒ Types::DataPreProcessingConfiguration
Returns the value of attribute data_pre_processing_configuration.
113 114 115 |
# File 'sig/types.rbs', line 113 def data_pre_processing_configuration @data_pre_processing_configuration end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def dataset_name @dataset_name end |
#dataset_schema ⇒ Types::DatasetSchema
Returns the value of attribute dataset_schema.
105 106 107 |
# File 'sig/types.rbs', line 105 def dataset_schema @dataset_schema end |
#evaluation_data_end_time ⇒ ::Time
Returns the value of attribute evaluation_data_end_time.
111 112 113 |
# File 'sig/types.rbs', line 111 def evaluation_data_end_time @evaluation_data_end_time end |
#evaluation_data_start_time ⇒ ::Time
Returns the value of attribute evaluation_data_start_time.
110 111 112 |
# File 'sig/types.rbs', line 110 def evaluation_data_start_time @evaluation_data_start_time end |
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
106 107 108 |
# File 'sig/types.rbs', line 106 def labels_input_configuration @labels_input_configuration end |
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
117 118 119 |
# File 'sig/types.rbs', line 117 def model_diagnostics_output_configuration @model_diagnostics_output_configuration end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def model_name @model_name end |
#off_condition ⇒ ::String
Returns the value of attribute off_condition.
116 117 118 |
# File 'sig/types.rbs', line 116 def off_condition @off_condition end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def role_arn @role_arn end |
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def server_side_kms_key_id @server_side_kms_key_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
115 116 117 |
# File 'sig/types.rbs', line 115 def end |
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
109 110 111 |
# File 'sig/types.rbs', line 109 def training_data_end_time @training_data_end_time end |
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
108 109 110 |
# File 'sig/types.rbs', line 108 def training_data_start_time @training_data_start_time end |