Class: Aws::SageMaker::Types::DescribeInferenceExperimentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the inference experiment being described.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#completion_timeTime

The timestamp at which the inference experiment was completed.

Returns:

  • (Time)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp at which you created the inference experiment.

Returns:

  • (Time)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#data_storage_configTypes::InferenceExperimentDataStorageConfig

The Amazon S3 location and configuration for storing inference request and response data.



16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the inference experiment.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_metadataTypes::EndpointMetadata

The metadata of the endpoint on which the inference experiment ran.



16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. For more information, see CreateInferenceExperiment.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp at which you last modified the inference experiment.

Returns:

  • (Time)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#model_variantsArray<Types::ModelVariantConfigSummary>

An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.



16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the inference experiment.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::InferenceExperimentSchedule

The duration for which the inference experiment ran or will run.



16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#shadow_mode_configTypes::ShadowModeConfig

The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.



16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the inference experiment. The following are the possible statuses for an inference experiment:

  • Creating - Amazon SageMaker is creating your experiment.

  • Created - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time.

  • Updating - When you make changes to your experiment, your experiment shows as updating.

  • Starting - Amazon SageMaker is beginning your experiment.

  • Running - Your experiment is in progress.

  • Stopping - Amazon SageMaker is stopping your experiment.

  • Completed - Your experiment has completed.

  • Cancelled - When you conclude your experiment early using the StopInferenceExperiment API, or if any operation fails with an unexpected error, it shows as cancelled.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the inference experiment.

Returns:

  • (String)


16921
16922
16923
16924
16925
16926
16927
16928
16929
16930
16931
16932
16933
16934
16935
16936
16937
16938
16939
16940
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16921

class DescribeInferenceExperimentResponse < Struct.new(
  :arn,
  :name,
  :type,
  :schedule,
  :status,
  :status_reason,
  :description,
  :creation_time,
  :completion_time,
  :last_modified_time,
  :role_arn,
  :endpoint_metadata,
  :model_variants,
  :data_storage_config,
  :shadow_mode_config,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end