Class: Aws::Types::CreateAIRecommendationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_sourceTypes::AIAdapterSource

Returns the value of attribute adapter_source.



1840
1841
1842
# File 'sig/types.rbs', line 1840

def adapter_source
  @adapter_source
end

#ai_recommendation_job_name::String

Returns the value of attribute ai_recommendation_job_name.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def ai_recommendation_job_name
  @ai_recommendation_job_name
end

#ai_workload_config_identifier::String

Returns the value of attribute ai_workload_config_identifier.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#compute_specTypes::AIRecommendationComputeSpec

Returns the value of attribute compute_spec.



1839
1840
1841
# File 'sig/types.rbs', line 1839

def compute_spec
  @compute_spec
end

#inference_specificationTypes::AIRecommendationInferenceSpecification

Returns the value of attribute inference_specification.



1837
1838
1839
# File 'sig/types.rbs', line 1837

def inference_specification
  @inference_specification
end

#model_sourceTypes::AIModelSource

Returns the value of attribute model_source.



1832
1833
1834
# File 'sig/types.rbs', line 1832

def model_source
  @model_source
end

#optimize_modelBoolean

Returns the value of attribute optimize_model.

Returns:

  • (Boolean)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def optimize_model
  @optimize_model
end

#output_configTypes::AIRecommendationOutputConfig

Returns the value of attribute output_config.



1833
1834
1835
# File 'sig/types.rbs', line 1833

def output_config
  @output_config
end

#performance_targetTypes::AIRecommendationPerformanceTarget

Returns the value of attribute performance_target.



1835
1836
1837
# File 'sig/types.rbs', line 1835

def performance_target
  @performance_target
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1841
1842
1843
# File 'sig/types.rbs', line 1841

def tags
  @tags
end