Class: Aws::Types::CreateAutoMLJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_configTypes::AutoMLJobConfig

Returns the value of attribute auto_ml_job_config.



1963
1964
1965
# File 'sig/types.rbs', line 1963

def auto_ml_job_config
  @auto_ml_job_config
end

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.



1958
1959
1960
# File 'sig/types.rbs', line 1958

def auto_ml_job_name
  @auto_ml_job_name
end

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Returns the value of attribute auto_ml_job_objective.



1962
1963
1964
# File 'sig/types.rbs', line 1962

def auto_ml_job_objective
  @auto_ml_job_objective
end

#generate_candidate_definitions_onlyBoolean

Returns the value of attribute generate_candidate_definitions_only.



1965
1966
1967
# File 'sig/types.rbs', line 1965

def generate_candidate_definitions_only
  @generate_candidate_definitions_only
end

#input_data_config::Array[Types::AutoMLChannel]

Returns the value of attribute input_data_config.



1959
1960
1961
# File 'sig/types.rbs', line 1959

def input_data_config
  @input_data_config
end

#model_deploy_configTypes::ModelDeployConfig

Returns the value of attribute model_deploy_config.



1967
1968
1969
# File 'sig/types.rbs', line 1967

def model_deploy_config
  @model_deploy_config
end

#output_data_configTypes::AutoMLOutputDataConfig

Returns the value of attribute output_data_config.



1960
1961
1962
# File 'sig/types.rbs', line 1960

def output_data_config
  @output_data_config
end

#problem_type"BinaryClassification", ...

Returns the value of attribute problem_type.



1961
1962
1963
# File 'sig/types.rbs', line 1961

def problem_type
  @problem_type
end

#role_arn::String

Returns the value of attribute role_arn.



1964
1965
1966
# File 'sig/types.rbs', line 1964

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



1966
1967
1968
# File 'sig/types.rbs', line 1966

def tags
  @tags
end