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)


12192
12193
12194
# File 'sig/types.rbs', line 12192

def alias
  @alias
end

#aliases_to_add::Array[::String]

Returns the value of attribute aliases_to_add.

Returns:

  • (::Array[::String])


12194
12195
12196
# File 'sig/types.rbs', line 12194

def aliases_to_add
  @aliases_to_add
end

#aliases_to_delete::Array[::String]

Returns the value of attribute aliases_to_delete.

Returns:

  • (::Array[::String])


12195
12196
12197
# File 'sig/types.rbs', line 12195

def aliases_to_delete
  @aliases_to_delete
end

#horovodBoolean

Returns the value of attribute horovod.

Returns:

  • (Boolean)


12201
12202
12203
# File 'sig/types.rbs', line 12201

def horovod
  @horovod
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12191
12192
12193
# File 'sig/types.rbs', line 12191

def image_name
  @image_name
end

#job_type"TRAINING", ...

Returns the value of attribute job_type.

Returns:

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


12197
12198
12199
# File 'sig/types.rbs', line 12197

def job_type
  @job_type
end

#ml_framework::String

Returns the value of attribute ml_framework.

Returns:

  • (::String)


12198
12199
12200
# File 'sig/types.rbs', line 12198

def ml_framework
  @ml_framework
end

#processor"CPU", "GPU"

Returns the value of attribute processor.

Returns:

  • ("CPU", "GPU")


12200
12201
12202
# File 'sig/types.rbs', line 12200

def processor
  @processor
end

#programming_lang::String

Returns the value of attribute programming_lang.

Returns:

  • (::String)


12199
12200
12201
# File 'sig/types.rbs', line 12199

def programming_lang
  @programming_lang
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


12202
12203
12204
# File 'sig/types.rbs', line 12202

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


12196
12197
12198
# File 'sig/types.rbs', line 12196

def vendor_guidance
  @vendor_guidance
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


12193
12194
12195
# File 'sig/types.rbs', line 12193

def version
  @version
end