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)


4485
4486
4487
# File 'sig/types.rbs', line 4485

def base_image
  @base_image
end

#container_image::String

Returns the value of attribute container_image.

Returns:

  • (::String)


4486
4487
4488
# File 'sig/types.rbs', line 4486

def container_image
  @container_image
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4487
4488
4489
# File 'sig/types.rbs', line 4487

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4488
4489
4490
# File 'sig/types.rbs', line 4488

def failure_reason
  @failure_reason
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


4499
4500
4501
# File 'sig/types.rbs', line 4499

def horovod
  @horovod
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


4489
4490
4491
# File 'sig/types.rbs', line 4489

def image_arn
  @image_arn
end

#image_version_arn::String

Returns the value of attribute image_version_arn.

Returns:

  • (::String)


4490
4491
4492
# File 'sig/types.rbs', line 4490

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")


4491
4492
4493
# File 'sig/types.rbs', line 4491

def image_version_status
  @image_version_status
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


4495
4496
4497
# File 'sig/types.rbs', line 4495

def job_type
  @job_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4492
4493
4494
# File 'sig/types.rbs', line 4492

def last_modified_time
  @last_modified_time
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


4496
4497
4498
# File 'sig/types.rbs', line 4496

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


4498
4499
4500
# File 'sig/types.rbs', line 4498

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


4497
4498
4499
# File 'sig/types.rbs', line 4497

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


4500
4501
4502
# File 'sig/types.rbs', line 4500

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")


4494
4495
4496
# File 'sig/types.rbs', line 4494

def vendor_guidance
  @vendor_guidance
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4493
4494
4495
# File 'sig/types.rbs', line 4493

def version
  @version
end