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)


12169
12170
12171
# File 'sig/types.rbs', line 12169

def alias
  @alias
end

#aliases_to_add::Array[::String]

Returns the value of attribute aliases_to_add.

Returns:

  • (::Array[::String])


12171
12172
12173
# File 'sig/types.rbs', line 12171

def aliases_to_add
  @aliases_to_add
end

#aliases_to_delete::Array[::String]

Returns the value of attribute aliases_to_delete.

Returns:

  • (::Array[::String])


12172
12173
12174
# File 'sig/types.rbs', line 12172

def aliases_to_delete
  @aliases_to_delete
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


12178
12179
12180
# File 'sig/types.rbs', line 12178

def horovod
  @horovod
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12168
12169
12170
# File 'sig/types.rbs', line 12168

def image_name
  @image_name
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


12174
12175
12176
# File 'sig/types.rbs', line 12174

def job_type
  @job_type
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


12175
12176
12177
# File 'sig/types.rbs', line 12175

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


12177
12178
12179
# File 'sig/types.rbs', line 12177

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


12176
12177
12178
# File 'sig/types.rbs', line 12176

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


12179
12180
12181
# File 'sig/types.rbs', line 12179

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


12173
12174
12175
# File 'sig/types.rbs', line 12173

def vendor_guidance
  @vendor_guidance
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


12170
12171
12172
# File 'sig/types.rbs', line 12170

def version
  @version
end