Module: Aws::SageMaker::Client::_DescribeImageVersionResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#base_image::String

Returns:

  • (::String)


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

def base_image: () -> ::String

#container_image::String

Returns:

  • (::String)


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

def container_image: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#horovodBoolean

Returns:

  • (Boolean)


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

def horovod: () -> bool

#image_arn::String

Returns:

  • (::String)


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

def image_arn: () -> ::String

#image_version_arn::String

Returns:

  • (::String)


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

def image_version_arn: () -> ::String

#image_version_status"CREATING", ...

Returns:

  • ("CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED")


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

def image_version_status: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED")

#job_type"TRAINING", ...

Returns:

  • ("TRAINING", "INFERENCE", "NOTEBOOK_KERNEL")


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

def job_type: () -> ("TRAINING" | "INFERENCE" | "NOTEBOOK_KERNEL")

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#ml_framework::String

Returns:

  • (::String)


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

def ml_framework: () -> ::String

#processor"CPU", "GPU"

Returns:

  • ("CPU", "GPU")


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

def processor: () -> ("CPU" | "GPU")

#programming_lang::String

Returns:

  • (::String)


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

def programming_lang: () -> ::String

#release_notes::String

Returns:

  • (::String)


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

def release_notes: () -> ::String

#vendor_guidance"NOT_PROVIDED", ...

Returns:

  • ("NOT_PROVIDED", "STABLE", "TO_BE_ARCHIVED", "ARCHIVED")


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

def vendor_guidance: () -> ("NOT_PROVIDED" | "STABLE" | "TO_BE_ARCHIVED" | "ARCHIVED")

#version::Integer

Returns:

  • (::Integer)


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

def version: () -> ::Integer