Class: Aws::Types::InferenceRecommendationsJobStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_benchmarkTypes::RecommendationJobInferenceBenchmark

Returns the value of attribute inference_benchmark.



6710
6711
6712
# File 'sig/types.rbs', line 6710

def inference_benchmark
  @inference_benchmark
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


6708
6709
6710
# File 'sig/types.rbs', line 6708

def job_name
  @job_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


6709
6710
6711
# File 'sig/types.rbs', line 6709

def status
  @status
end

#step_type"BENCHMARK"

Returns the value of attribute step_type.

Returns:

  • ("BENCHMARK")


6707
6708
6709
# File 'sig/types.rbs', line 6707

def step_type
  @step_type
end