public static interface EndpointInputConfiguration.Builder extends SdkPojo, CopyableBuilder<EndpointInputConfiguration.Builder,EndpointInputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default EndpointInputConfiguration.Builder |
environmentParameterRanges(Consumer<EnvironmentParameterRanges.Builder> environmentParameterRanges)
The parameter you want to benchmark against.
|
EndpointInputConfiguration.Builder |
environmentParameterRanges(EnvironmentParameterRanges environmentParameterRanges)
The parameter you want to benchmark against.
|
EndpointInputConfiguration.Builder |
inferenceSpecificationName(String inferenceSpecificationName)
The inference specification name in the model package version.
|
EndpointInputConfiguration.Builder |
instanceType(ProductionVariantInstanceType instanceType)
The instance types to use for the load test.
|
EndpointInputConfiguration.Builder |
instanceType(String instanceType)
The instance types to use for the load test.
|
default EndpointInputConfiguration.Builder |
serverlessConfig(Consumer<ProductionVariantServerlessConfig.Builder> serverlessConfig)
Sets the value of the ServerlessConfig property for this object.
|
EndpointInputConfiguration.Builder |
serverlessConfig(ProductionVariantServerlessConfig serverlessConfig)
Sets the value of the ServerlessConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointInputConfiguration.Builder instanceType(String instanceType)
The instance types to use for the load test.
instanceType - The instance types to use for the load test.ProductionVariantInstanceType,
ProductionVariantInstanceTypeEndpointInputConfiguration.Builder instanceType(ProductionVariantInstanceType instanceType)
The instance types to use for the load test.
instanceType - The instance types to use for the load test.ProductionVariantInstanceType,
ProductionVariantInstanceTypeEndpointInputConfiguration.Builder inferenceSpecificationName(String inferenceSpecificationName)
The inference specification name in the model package version.
inferenceSpecificationName - The inference specification name in the model package version.EndpointInputConfiguration.Builder environmentParameterRanges(EnvironmentParameterRanges environmentParameterRanges)
The parameter you want to benchmark against.
environmentParameterRanges - The parameter you want to benchmark against.default EndpointInputConfiguration.Builder environmentParameterRanges(Consumer<EnvironmentParameterRanges.Builder> environmentParameterRanges)
The parameter you want to benchmark against.
This is a convenience method that creates an instance of theEnvironmentParameterRanges.Builder
avoiding the need to create one manually via EnvironmentParameterRanges.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to environmentParameterRanges(EnvironmentParameterRanges).
environmentParameterRanges - a consumer that will call methods on EnvironmentParameterRanges.BuilderenvironmentParameterRanges(EnvironmentParameterRanges)EndpointInputConfiguration.Builder serverlessConfig(ProductionVariantServerlessConfig serverlessConfig)
serverlessConfig - The new value for the ServerlessConfig property for this object.default EndpointInputConfiguration.Builder serverlessConfig(Consumer<ProductionVariantServerlessConfig.Builder> serverlessConfig)
ProductionVariantServerlessConfig.Builder avoiding the need to create one manually via
ProductionVariantServerlessConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to serverlessConfig(ProductionVariantServerlessConfig).
serverlessConfig - a consumer that will call methods on ProductionVariantServerlessConfig.BuilderserverlessConfig(ProductionVariantServerlessConfig)Copyright © 2023. All rights reserved.