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

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def client_request_token
  @client_request_token
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


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

def dataset_name
  @dataset_name
end

#dataset_type"TRAIN", "TEST"

Returns the value of attribute dataset_type.

Returns:

  • ("TRAIN", "TEST")


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

def dataset_type
  @dataset_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def description
  @description
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


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

def flywheel_arn
  @flywheel_arn
end

#input_data_configTypes::DatasetInputDataConfig

Returns the value of attribute input_data_config.



233
234
235
# File 'sig/types.rbs', line 233

def input_data_config
  @input_data_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def tags
  @tags
end