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)


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

def base_image: () -> ::String

#container_image::String

Returns:

  • (::String)


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

def container_image: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#horovodBoolean

Returns:

  • (Boolean)


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

def horovod: () -> bool

#image_arn::String

Returns:

  • (::String)


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

def image_arn: () -> ::String

#image_version_arn::String

Returns:

  • (::String)


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

def image_version_arn: () -> ::String

#image_version_status"CREATING", ...

Returns:

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


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

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

#job_type"TRAINING", ...

Returns:

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


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

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

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time

#ml_framework::String

Returns:

  • (::String)


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

def ml_framework: () -> ::String

#processor"CPU", "GPU"

Returns:

  • ("CPU", "GPU")


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

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

#programming_lang::String

Returns:

  • (::String)


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

def programming_lang: () -> ::String

#release_notes::String

Returns:

  • (::String)


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

def release_notes: () -> ::String

#vendor_guidance"NOT_PROVIDED", ...

Returns:

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


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

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

#version::Integer

Returns:

  • (::Integer)


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

def version: () -> ::Integer