Class: Aws::Types::DescribeInferenceRecommendationsJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


4547
4548
4549
# File 'sig/types.rbs', line 4547

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4546
4547
4548
# File 'sig/types.rbs', line 4546

def creation_time
  @creation_time
end

#endpoint_performances::Array[Types::EndpointPerformance]

Returns the value of attribute endpoint_performances.

Returns:



4553
4554
4555
# File 'sig/types.rbs', line 4553

def endpoint_performances
  @endpoint_performances
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4549
4550
4551
# File 'sig/types.rbs', line 4549

def failure_reason
  @failure_reason
end

#inference_recommendations::Array[Types::InferenceRecommendation]

Returns the value of attribute inference_recommendations.

Returns:



4552
4553
4554
# File 'sig/types.rbs', line 4552

def inference_recommendations
  @inference_recommendations
end

#input_configTypes::RecommendationJobInputConfig

Returns the value of attribute input_config.



4550
4551
4552
# File 'sig/types.rbs', line 4550

def input_config
  @input_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


4543
4544
4545
# File 'sig/types.rbs', line 4543

def job_arn
  @job_arn
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


4541
4542
4543
# File 'sig/types.rbs', line 4541

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


4540
4541
4542
# File 'sig/types.rbs', line 4540

def job_name
  @job_name
end

#job_type"Default", "Advanced"

Returns the value of attribute job_type.

Returns:

  • ("Default", "Advanced")


4542
4543
4544
# File 'sig/types.rbs', line 4542

def job_type
  @job_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4548
4549
4550
# File 'sig/types.rbs', line 4548

def last_modified_time
  @last_modified_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4544
4545
4546
# File 'sig/types.rbs', line 4544

def role_arn
  @role_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED", "DELETING", "DELETED")


4545
4546
4547
# File 'sig/types.rbs', line 4545

def status
  @status
end

#stopping_conditionsTypes::RecommendationJobStoppingConditions

Returns the value of attribute stopping_conditions.



4551
4552
4553
# File 'sig/types.rbs', line 4551

def stopping_conditions
  @stopping_conditions
end