Class: Aws::Types::CreateInferenceRecommendationsJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_configTypes::RecommendationJobInputConfig

Returns the value of attribute input_config.



2395
2396
2397
# File 'sig/types.rbs', line 2395

def input_config
  @input_config
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def job_name
  @job_name
end

#job_type"Default", "Advanced"

Returns the value of attribute job_type.

Returns:

  • ("Default", "Advanced")


2393
2394
2395
# File 'sig/types.rbs', line 2393

def job_type
  @job_type
end

#output_configTypes::RecommendationJobOutputConfig

Returns the value of attribute output_config.



2398
2399
2400
# File 'sig/types.rbs', line 2398

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def role_arn
  @role_arn
end

#stopping_conditionsTypes::RecommendationJobStoppingConditions

Returns the value of attribute stopping_conditions.



2397
2398
2399
# File 'sig/types.rbs', line 2397

def stopping_conditions
  @stopping_conditions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2399
2400
2401
# File 'sig/types.rbs', line 2399

def tags
  @tags
end