Class: Aws::Types::CreateInferenceRecommendationsJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#input_configTypes::RecommendationJobInputConfig

Returns the value of attribute input_config.



2410
2411
2412
# File 'sig/types.rbs', line 2410

def input_config
  @input_config
end

#job_description::String

Returns the value of attribute job_description.



2411
2412
2413
# File 'sig/types.rbs', line 2411

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.



2407
2408
2409
# File 'sig/types.rbs', line 2407

def job_name
  @job_name
end

#job_type"Default", "Advanced"

Returns the value of attribute job_type.



2408
2409
2410
# File 'sig/types.rbs', line 2408

def job_type
  @job_type
end

#output_configTypes::RecommendationJobOutputConfig

Returns the value of attribute output_config.



2413
2414
2415
# File 'sig/types.rbs', line 2413

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.



2409
2410
2411
# File 'sig/types.rbs', line 2409

def role_arn
  @role_arn
end

#stopping_conditionsTypes::RecommendationJobStoppingConditions

Returns the value of attribute stopping_conditions.



2412
2413
2414
# File 'sig/types.rbs', line 2412

def stopping_conditions
  @stopping_conditions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2414
2415
2416
# File 'sig/types.rbs', line 2414

def tags
  @tags
end