start_inference_experiment

SageMaker.Client.start_inference_experiment(**kwargs)

Starts an inference experiment.

See also: AWS API Documentation

Request Syntax

response = client.start_inference_experiment(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the inference experiment to start.

Return type
dict
Returns
Response Syntax
{
    'InferenceExperimentArn': 'string'
}

Response Structure

  • (dict) --
    • InferenceExperimentArn (string) --

      The ARN of the started inference experiment to start.

Exceptions

  • SageMaker.Client.exceptions.ConflictException
  • SageMaker.Client.exceptions.ResourceNotFound