| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExperimentType |
InferenceExperimentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InferenceExperimentType |
DescribeInferenceExperimentResponse.type()
The type of the inference experiment.
|
InferenceExperimentType |
CreateInferenceExperimentRequest.type()
The type of the inference experiment that you want to run.
|
InferenceExperimentType |
ListInferenceExperimentsRequest.type()
Selects inference experiments of this type.
|
InferenceExperimentType |
InferenceExperimentSummary.type()
The type of the inference experiment.
|
static InferenceExperimentType |
InferenceExperimentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferenceExperimentType[] |
InferenceExperimentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InferenceExperimentType> |
InferenceExperimentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceExperimentResponse.Builder |
DescribeInferenceExperimentResponse.Builder.type(InferenceExperimentType type)
The type of the inference experiment.
|
CreateInferenceExperimentRequest.Builder |
CreateInferenceExperimentRequest.Builder.type(InferenceExperimentType type)
The type of the inference experiment that you want to run.
|
ListInferenceExperimentsRequest.Builder |
ListInferenceExperimentsRequest.Builder.type(InferenceExperimentType type)
Selects inference experiments of this type.
|
InferenceExperimentSummary.Builder |
InferenceExperimentSummary.Builder.type(InferenceExperimentType type)
The type of the inference experiment.
|
Copyright © 2023. All rights reserved.