Class: Aws::Types::CreateAutoMLJobV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_compute_configTypes::AutoMLComputeConfig

Returns the value of attribute auto_ml_compute_config.



1972
1973
1974
# File 'sig/types.rbs', line 1972

def auto_ml_compute_config
  @auto_ml_compute_config
end

#auto_ml_job_input_data_config::Array[Types::AutoMLJobChannel]

Returns the value of attribute auto_ml_job_input_data_config.

Returns:



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

def auto_ml_job_input_data_config
  @auto_ml_job_input_data_config
end

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.

Returns:

  • (::String)


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

def auto_ml_job_name
  @auto_ml_job_name
end

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Returns the value of attribute auto_ml_job_objective.



1969
1970
1971
# File 'sig/types.rbs', line 1969

def auto_ml_job_objective
  @auto_ml_job_objective
end

#auto_ml_problem_type_configTypes::AutoMLProblemTypeConfig

Returns the value of attribute auto_ml_problem_type_config.



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

def auto_ml_problem_type_config
  @auto_ml_problem_type_config
end

#data_split_configTypes::AutoMLDataSplitConfig

Returns the value of attribute data_split_config.



1971
1972
1973
# File 'sig/types.rbs', line 1971

def data_split_config
  @data_split_config
end

#model_deploy_configTypes::ModelDeployConfig

Returns the value of attribute model_deploy_config.



1970
1971
1972
# File 'sig/types.rbs', line 1970

def model_deploy_config
  @model_deploy_config
end

#output_data_configTypes::AutoMLOutputDataConfig

Returns the value of attribute output_data_config.



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

def output_data_config
  @output_data_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#security_configTypes::AutoMLSecurityConfig

Returns the value of attribute security_config.



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

def security_config
  @security_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end