Class: Aws::Types::DescribeImageVersionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_image::String

Returns the value of attribute base_image.

Returns:

  • (::String)


4468
4469
4470
# File 'sig/types.rbs', line 4468

def base_image
  @base_image
end

#container_image::String

Returns the value of attribute container_image.

Returns:

  • (::String)


4469
4470
4471
# File 'sig/types.rbs', line 4469

def container_image
  @container_image
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4470
4471
4472
# File 'sig/types.rbs', line 4470

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4471
4472
4473
# File 'sig/types.rbs', line 4471

def failure_reason
  @failure_reason
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


4482
4483
4484
# File 'sig/types.rbs', line 4482

def horovod
  @horovod
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


4472
4473
4474
# File 'sig/types.rbs', line 4472

def image_arn
  @image_arn
end

#image_version_arn::String

Returns the value of attribute image_version_arn.

Returns:

  • (::String)


4473
4474
4475
# File 'sig/types.rbs', line 4473

def image_version_arn
  @image_version_arn
end

#image_version_status"CREATING", ...

Returns the value of attribute image_version_status.

Returns:

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


4474
4475
4476
# File 'sig/types.rbs', line 4474

def image_version_status
  @image_version_status
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


4478
4479
4480
# File 'sig/types.rbs', line 4478

def job_type
  @job_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4475
4476
4477
# File 'sig/types.rbs', line 4475

def last_modified_time
  @last_modified_time
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


4479
4480
4481
# File 'sig/types.rbs', line 4479

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


4481
4482
4483
# File 'sig/types.rbs', line 4481

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


4480
4481
4482
# File 'sig/types.rbs', line 4480

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def release_notes
  @release_notes
end

#vendor_guidance"NOT_PROVIDED", ...

Returns the value of attribute vendor_guidance.

Returns:

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


4477
4478
4479
# File 'sig/types.rbs', line 4477

def vendor_guidance
  @vendor_guidance
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4476
4477
4478
# File 'sig/types.rbs', line 4476

def version
  @version
end