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.



1987
1988
1989
# File 'sig/types.rbs', line 1987

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:



1978
1979
1980
# File 'sig/types.rbs', line 1978

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)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def auto_ml_job_name
  @auto_ml_job_name
end

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Returns the value of attribute auto_ml_job_objective.



1984
1985
1986
# File 'sig/types.rbs', line 1984

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.



1980
1981
1982
# File 'sig/types.rbs', line 1980

def auto_ml_problem_type_config
  @auto_ml_problem_type_config
end

#data_split_configTypes::AutoMLDataSplitConfig

Returns the value of attribute data_split_config.



1986
1987
1988
# File 'sig/types.rbs', line 1986

def data_split_config
  @data_split_config
end

#model_deploy_configTypes::ModelDeployConfig

Returns the value of attribute model_deploy_config.



1985
1986
1987
# File 'sig/types.rbs', line 1985

def model_deploy_config
  @model_deploy_config
end

#output_data_configTypes::AutoMLOutputDataConfig

Returns the value of attribute output_data_config.



1979
1980
1981
# File 'sig/types.rbs', line 1979

def output_data_config
  @output_data_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1981
1982
1983
# File 'sig/types.rbs', line 1981

def role_arn
  @role_arn
end

#security_configTypes::AutoMLSecurityConfig

Returns the value of attribute security_config.



1983
1984
1985
# File 'sig/types.rbs', line 1983

def security_config
  @security_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1982
1983
1984
# File 'sig/types.rbs', line 1982

def tags
  @tags
end