Module: Aws::LookoutEquipment::Client::_StartInferenceSchedulerResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartInferenceSchedulerResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#inference_scheduler_arn::String

Returns:

  • (::String)


779
# File 'sig/client.rbs', line 779

def inference_scheduler_arn: () -> ::String

#inference_scheduler_name::String

Returns:

  • (::String)


778
# File 'sig/client.rbs', line 778

def inference_scheduler_name: () -> ::String

#model_arn::String

Returns:

  • (::String)


776
# File 'sig/client.rbs', line 776

def model_arn: () -> ::String

#model_name::String

Returns:

  • (::String)


777
# File 'sig/client.rbs', line 777

def model_name: () -> ::String

#status"PENDING", ...

Returns:

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


780
# File 'sig/client.rbs', line 780

def status: () -> ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")