Class: Aws::Types::UpdateImageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


12253
12254
12255
# File 'sig/types.rbs', line 12253

def alias
  @alias
end

#aliases_to_add::Array[::String]

Returns the value of attribute aliases_to_add.

Returns:

  • (::Array[::String])


12255
12256
12257
# File 'sig/types.rbs', line 12255

def aliases_to_add
  @aliases_to_add
end

#aliases_to_delete::Array[::String]

Returns the value of attribute aliases_to_delete.

Returns:

  • (::Array[::String])


12256
12257
12258
# File 'sig/types.rbs', line 12256

def aliases_to_delete
  @aliases_to_delete
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


12262
12263
12264
# File 'sig/types.rbs', line 12262

def horovod
  @horovod
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12252
12253
12254
# File 'sig/types.rbs', line 12252

def image_name
  @image_name
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


12258
12259
12260
# File 'sig/types.rbs', line 12258

def job_type
  @job_type
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


12259
12260
12261
# File 'sig/types.rbs', line 12259

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


12261
12262
12263
# File 'sig/types.rbs', line 12261

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


12260
12261
12262
# File 'sig/types.rbs', line 12260

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


12263
12264
12265
# File 'sig/types.rbs', line 12263

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


12257
12258
12259
# File 'sig/types.rbs', line 12257

def vendor_guidance
  @vendor_guidance
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


12254
12255
12256
# File 'sig/types.rbs', line 12254

def version
  @version
end