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)


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

def base_image: () -> ::String

#container_image::String

Returns:

  • (::String)


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

def container_image: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#horovodBoolean

Returns:

  • (Boolean)


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

def horovod: () -> bool

#image_arn::String

Returns:

  • (::String)


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

def image_arn: () -> ::String

#image_version_arn::String

Returns:

  • (::String)


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

def image_version_arn: () -> ::String

#image_version_status"CREATING", ...

Returns:

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


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

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

#job_type"TRAINING", ...

Returns:

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


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

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

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#ml_framework::String

Returns:

  • (::String)


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

def ml_framework: () -> ::String

#processor"CPU", "GPU"

Returns:

  • ("CPU", "GPU")


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

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

#programming_lang::String

Returns:

  • (::String)


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

def programming_lang: () -> ::String

#release_notes::String

Returns:

  • (::String)


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

def release_notes: () -> ::String

#vendor_guidance"NOT_PROVIDED", ...

Returns:

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


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

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

#version::Integer

Returns:

  • (::Integer)


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

def version: () -> ::Integer