Class: Aws::Types::CreateInferenceExperimentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_storage_configTypes::InferenceExperimentDataStorageConfig

Returns the value of attribute data_storage_config.



2379
2380
2381
# File 'sig/types.rbs', line 2379

def data_storage_config
  @data_storage_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def description
  @description
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def endpoint_name
  @endpoint_name
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


2381
2382
2383
# File 'sig/types.rbs', line 2381

def kms_key
  @kms_key
end

#model_variants::Array[Types::ModelVariantConfig]

Returns the value of attribute model_variants.

Returns:



2378
2379
2380
# File 'sig/types.rbs', line 2378

def model_variants
  @model_variants
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def role_arn
  @role_arn
end

#scheduleTypes::InferenceExperimentSchedule

Returns the value of attribute schedule.



2374
2375
2376
# File 'sig/types.rbs', line 2374

def schedule
  @schedule
end

#shadow_mode_configTypes::ShadowModeConfig

Returns the value of attribute shadow_mode_config.



2380
2381
2382
# File 'sig/types.rbs', line 2380

def shadow_mode_config
  @shadow_mode_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2382
2383
2384
# File 'sig/types.rbs', line 2382

def tags
  @tags
end

#type"ShadowMode"

Returns the value of attribute type.

Returns:

  • ("ShadowMode")


2373
2374
2375
# File 'sig/types.rbs', line 2373

def type
  @type
end