Class: Aws::Types::CreateDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_sourceTypes::DatasetSource

Returns the value of attribute dataset_source.



227
228
229
# File 'sig/types.rbs', line 227

def dataset_source
  @dataset_source
end

#dataset_type"TRAIN", "TEST"

Returns the value of attribute dataset_type.

Returns:

  • ("TRAIN", "TEST")


228
229
230
# File 'sig/types.rbs', line 228

def dataset_type
  @dataset_type
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def project_arn
  @project_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


230
231
232
# File 'sig/types.rbs', line 230

def tags
  @tags
end