Class: Aws::Types::DescribeAIRecommendationJobResponse

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.



3735
3736
3737
# File 'sig/types.rbs', line 3735

def adapter_source
  @adapter_source
end

#ai_recommendation_job_arn::String

Returns the value of attribute ai_recommendation_job_arn.

Returns:

  • (::String)


3723
3724
3725
# File 'sig/types.rbs', line 3723

def ai_recommendation_job_arn
  @ai_recommendation_job_arn
end

#ai_recommendation_job_name::String

Returns the value of attribute ai_recommendation_job_name.

Returns:

  • (::String)


3722
3723
3724
# File 'sig/types.rbs', line 3722

def ai_recommendation_job_name
  @ai_recommendation_job_name
end

#ai_recommendation_job_status"InProgress", ...

Returns the value of attribute ai_recommendation_job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


3724
3725
3726
# File 'sig/types.rbs', line 3724

def ai_recommendation_job_status
  @ai_recommendation_job_status
end

#ai_workload_config_identifier::String

Returns the value of attribute ai_workload_config_identifier.

Returns:

  • (::String)


3729
3730
3731
# File 'sig/types.rbs', line 3729

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#compute_specTypes::AIRecommendationComputeSpec

Returns the value of attribute compute_spec.



3734
3735
3736
# File 'sig/types.rbs', line 3734

def compute_spec
  @compute_spec
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3736
3737
3738
# File 'sig/types.rbs', line 3736

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3738
3739
3740
# File 'sig/types.rbs', line 3738

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


3725
3726
3727
# File 'sig/types.rbs', line 3725

def failure_reason
  @failure_reason
end

#inference_specificationTypes::AIRecommendationInferenceSpecification

Returns the value of attribute inference_specification.



3728
3729
3730
# File 'sig/types.rbs', line 3728

def inference_specification
  @inference_specification
end

#model_sourceTypes::AIModelSource

Returns the value of attribute model_source.



3726
3727
3728
# File 'sig/types.rbs', line 3726

def model_source
  @model_source
end

#optimize_modelBoolean

Returns the value of attribute optimize_model.

Returns:

  • (Boolean)


3730
3731
3732
# File 'sig/types.rbs', line 3730

def optimize_model
  @optimize_model
end

#output_configTypes::AIRecommendationOutputResult

Returns the value of attribute output_config.



3727
3728
3729
# File 'sig/types.rbs', line 3727

def output_config
  @output_config
end

#performance_targetTypes::AIRecommendationPerformanceTarget

Returns the value of attribute performance_target.



3731
3732
3733
# File 'sig/types.rbs', line 3731

def performance_target
  @performance_target
end

#recommendations::Array[Types::AIRecommendation]

Returns the value of attribute recommendations.

Returns:



3732
3733
3734
# File 'sig/types.rbs', line 3732

def recommendations
  @recommendations
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3733
3734
3735
# File 'sig/types.rbs', line 3733

def role_arn
  @role_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3737
3738
3739
# File 'sig/types.rbs', line 3737

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3739
3740
3741
# File 'sig/types.rbs', line 3739

def tags
  @tags
end