Class: Aws::Types::CreateAutoMLJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_configTypes::AutoMLJobConfig

Returns the value of attribute auto_ml_job_config.



1948
1949
1950
# File 'sig/types.rbs', line 1948

def auto_ml_job_config
  @auto_ml_job_config
end

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def auto_ml_job_name
  @auto_ml_job_name
end

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Returns the value of attribute auto_ml_job_objective.



1947
1948
1949
# File 'sig/types.rbs', line 1947

def auto_ml_job_objective
  @auto_ml_job_objective
end

#generate_candidate_definitions_onlyBoolean

Returns the value of attribute generate_candidate_definitions_only.

Returns:

  • (Boolean)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def generate_candidate_definitions_only
  @generate_candidate_definitions_only
end

#input_data_config::Array[Types::AutoMLChannel]

Returns the value of attribute input_data_config.

Returns:



1944
1945
1946
# File 'sig/types.rbs', line 1944

def input_data_config
  @input_data_config
end

#model_deploy_configTypes::ModelDeployConfig

Returns the value of attribute model_deploy_config.



1952
1953
1954
# File 'sig/types.rbs', line 1952

def model_deploy_config
  @model_deploy_config
end

#output_data_configTypes::AutoMLOutputDataConfig

Returns the value of attribute output_data_config.



1945
1946
1947
# File 'sig/types.rbs', line 1945

def output_data_config
  @output_data_config
end

#problem_type"BinaryClassification", ...

Returns the value of attribute problem_type.

Returns:

  • ("BinaryClassification", "MulticlassClassification", "Regression")


1946
1947
1948
# File 'sig/types.rbs', line 1946

def problem_type
  @problem_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1951
1952
1953
# File 'sig/types.rbs', line 1951

def tags
  @tags
end