Class: Aws::Types::CreateImageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aliases::Array[::String]

Returns the value of attribute aliases.

Returns:

  • (::Array[::String])


2339
2340
2341
# File 'sig/types.rbs', line 2339

def aliases
  @aliases
end

#base_image::String

Returns the value of attribute base_image.

Returns:

  • (::String)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def base_image
  @base_image
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def client_token
  @client_token
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def horovod
  @horovod
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def image_name
  @image_name
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


2341
2342
2343
# File 'sig/types.rbs', line 2341

def job_type
  @job_type
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


2344
2345
2346
# File 'sig/types.rbs', line 2344

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


2343
2344
2345
# File 'sig/types.rbs', line 2343

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


2346
2347
2348
# File 'sig/types.rbs', line 2346

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


2340
2341
2342
# File 'sig/types.rbs', line 2340

def vendor_guidance
  @vendor_guidance
end