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


2354
2355
2356
# File 'sig/types.rbs', line 2354

def aliases
  @aliases
end

#base_image::String

Returns the value of attribute base_image.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def base_image
  @base_image
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def client_token
  @client_token
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def horovod
  @horovod
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def image_name
  @image_name
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


2356
2357
2358
# File 'sig/types.rbs', line 2356

def job_type
  @job_type
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


2357
2358
2359
# File 'sig/types.rbs', line 2357

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


2359
2360
2361
# File 'sig/types.rbs', line 2359

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

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


2355
2356
2357
# File 'sig/types.rbs', line 2355

def vendor_guidance
  @vendor_guidance
end