Module: Aws::LookoutEquipment::Client::_ImportModelVersionResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#model_arn::String

Returns:

  • (::String)


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

def model_arn: () -> ::String

#model_name::String

Returns:

  • (::String)


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

def model_name: () -> ::String

#model_version::Integer

Returns:

  • (::Integer)


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

def model_version: () -> ::Integer

#model_version_arn::String

Returns:

  • (::String)


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

def model_version_arn: () -> ::String

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED", "IMPORT_IN_PROGRESS", "CANCELED")


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

def status: () -> ("IN_PROGRESS" | "SUCCESS" | "FAILED" | "IMPORT_IN_PROGRESS" | "CANCELED")