Interface ExternalModelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>,SdkBuilder<ExternalModelSummary.Builder,ExternalModelSummary>,SdkPojo
- Enclosing class:
- ExternalModelSummary
public static interface ExternalModelSummary.Builder extends SdkPojo, CopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalModelSummary.BuildermodelEndpoint(String modelEndpoint)The endpoint of the Amazon SageMaker model.ExternalModelSummary.BuildermodelSource(String modelSource)The source of the model.ExternalModelSummary.BuildermodelSource(ModelSource modelSource)The source of the model.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
modelEndpoint
ExternalModelSummary.Builder modelEndpoint(String modelEndpoint)
The endpoint of the Amazon SageMaker model.
- Parameters:
modelEndpoint- The endpoint of the Amazon SageMaker model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelSource
ExternalModelSummary.Builder modelSource(String modelSource)
The source of the model.
- Parameters:
modelSource- The source of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelSource,ModelSource
-
modelSource
ExternalModelSummary.Builder modelSource(ModelSource modelSource)
The source of the model.
- Parameters:
modelSource- The source of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelSource,ModelSource
-
-