Class: Aws::Types::CreateModelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def client_token
  @client_token
end

#data_pre_processing_configurationTypes::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.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def dataset_name
  @dataset_name
end

#dataset_schemaTypes::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.

Returns:

  • (::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.

Returns:

  • (::Time)


110
111
112
# File 'sig/types.rbs', line 110

def evaluation_data_start_time
  @evaluation_data_start_time
end

#labels_input_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def tags
  @tags
end

#training_data_end_time::Time

Returns the value of attribute training_data_end_time.

Returns:

  • (::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.

Returns:

  • (::Time)


108
109
110
# File 'sig/types.rbs', line 108

def training_data_start_time
  @training_data_start_time
end