Class: Aws::Types::DescribeInferenceExperimentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4517
4518
4519
# File 'sig/types.rbs', line 4517

def arn
  @arn
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


4525
4526
4527
# File 'sig/types.rbs', line 4525

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4524
4525
4526
# File 'sig/types.rbs', line 4524

def creation_time
  @creation_time
end

#data_storage_configTypes::InferenceExperimentDataStorageConfig

Returns the value of attribute data_storage_config.



4530
4531
4532
# File 'sig/types.rbs', line 4530

def data_storage_config
  @data_storage_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4523
4524
4525
# File 'sig/types.rbs', line 4523

def description
  @description
end

#endpoint_metadataTypes::EndpointMetadata

Returns the value of attribute endpoint_metadata.



4528
4529
4530
# File 'sig/types.rbs', line 4528

def 
  @endpoint_metadata
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


4532
4533
4534
# File 'sig/types.rbs', line 4532

def kms_key
  @kms_key
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4526
4527
4528
# File 'sig/types.rbs', line 4526

def last_modified_time
  @last_modified_time
end

#model_variants::Array[Types::ModelVariantConfigSummary]

Returns the value of attribute model_variants.

Returns:



4529
4530
4531
# File 'sig/types.rbs', line 4529

def model_variants
  @model_variants
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4518
4519
4520
# File 'sig/types.rbs', line 4518

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4527
4528
4529
# File 'sig/types.rbs', line 4527

def role_arn
  @role_arn
end

#scheduleTypes::InferenceExperimentSchedule

Returns the value of attribute schedule.



4520
4521
4522
# File 'sig/types.rbs', line 4520

def schedule
  @schedule
end

#shadow_mode_configTypes::ShadowModeConfig

Returns the value of attribute shadow_mode_config.



4531
4532
4533
# File 'sig/types.rbs', line 4531

def shadow_mode_config
  @shadow_mode_config
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Created", "Updating", "Running", "Starting", "Stopping", "Completed", "Cancelled")


4521
4522
4523
# File 'sig/types.rbs', line 4521

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


4522
4523
4524
# File 'sig/types.rbs', line 4522

def status_reason
  @status_reason
end

#type"ShadowMode"

Returns the value of attribute type.

Returns:

  • ("ShadowMode")


4519
4520
4521
# File 'sig/types.rbs', line 4519

def type
  @type
end