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.



1855
1856
1857
# File 'sig/types.rbs', line 1855

def adapter_source
  @adapter_source
end

#ai_recommendation_job_name::String

Returns the value of attribute ai_recommendation_job_name.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

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)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#compute_specTypes::AIRecommendationComputeSpec

Returns the value of attribute compute_spec.



1854
1855
1856
# File 'sig/types.rbs', line 1854

def compute_spec
  @compute_spec
end

#inference_specificationTypes::AIRecommendationInferenceSpecification

Returns the value of attribute inference_specification.



1852
1853
1854
# File 'sig/types.rbs', line 1852

def inference_specification
  @inference_specification
end

#model_sourceTypes::AIModelSource

Returns the value of attribute model_source.



1847
1848
1849
# File 'sig/types.rbs', line 1847

def model_source
  @model_source
end

#optimize_modelBoolean

Returns the value of attribute optimize_model.

Returns:

  • (Boolean)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def optimize_model
  @optimize_model
end

#output_configTypes::AIRecommendationOutputConfig

Returns the value of attribute output_config.



1848
1849
1850
# File 'sig/types.rbs', line 1848

def output_config
  @output_config
end

#performance_targetTypes::AIRecommendationPerformanceTarget

Returns the value of attribute performance_target.



1850
1851
1852
# File 'sig/types.rbs', line 1850

def performance_target
  @performance_target
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1856
1857
1858
# File 'sig/types.rbs', line 1856

def tags
  @tags
end