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)


4564
4565
4566
# File 'sig/types.rbs', line 4564

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4563
4564
4565
# File 'sig/types.rbs', line 4563

def creation_time
  @creation_time
end

#endpoint_performances::Array[Types::EndpointPerformance]

Returns the value of attribute endpoint_performances.

Returns:



4570
4571
4572
# File 'sig/types.rbs', line 4570

def endpoint_performances
  @endpoint_performances
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4566
4567
4568
# File 'sig/types.rbs', line 4566

def failure_reason
  @failure_reason
end

#inference_recommendations::Array[Types::InferenceRecommendation]

Returns the value of attribute inference_recommendations.

Returns:



4569
4570
4571
# File 'sig/types.rbs', line 4569

def inference_recommendations
  @inference_recommendations
end

#input_configTypes::RecommendationJobInputConfig

Returns the value of attribute input_config.



4567
4568
4569
# File 'sig/types.rbs', line 4567

def input_config
  @input_config
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


4560
4561
4562
# File 'sig/types.rbs', line 4560

def job_arn
  @job_arn
end

#job_description::String

Returns the value of attribute job_description.

Returns:

  • (::String)


4558
4559
4560
# File 'sig/types.rbs', line 4558

def job_description
  @job_description
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


4557
4558
4559
# File 'sig/types.rbs', line 4557

def job_name
  @job_name
end

#job_type"Default", "Advanced"

Returns the value of attribute job_type.

Returns:

  • ("Default", "Advanced")


4559
4560
4561
# File 'sig/types.rbs', line 4559

def job_type
  @job_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4565
4566
4567
# File 'sig/types.rbs', line 4565

def last_modified_time
  @last_modified_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4561
4562
4563
# File 'sig/types.rbs', line 4561

def role_arn
  @role_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


4562
4563
4564
# File 'sig/types.rbs', line 4562

def status
  @status
end

#stopping_conditionsTypes::RecommendationJobStoppingConditions

Returns the value of attribute stopping_conditions.



4568
4569
4570
# File 'sig/types.rbs', line 4568

def stopping_conditions
  @stopping_conditions
end