Class: Aws::Types::StartInferenceSchedulerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_scheduler_arn::String

Returns the value of attribute inference_scheduler_arn.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def inference_scheduler_arn
  @inference_scheduler_arn
end

#inference_scheduler_name::String

Returns the value of attribute inference_scheduler_name.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def inference_scheduler_name
  @inference_scheduler_name
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def model_name
  @model_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "STOPPING", "STOPPED")


963
964
965
# File 'sig/types.rbs', line 963

def status
  @status
end