@Generated(value="software.amazon.awssdk:codegen") public final class EndpointOutputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointOutputConfiguration.Builder,EndpointOutputConfiguration>
The endpoint configuration made by Inference Recommender during a recommendation job.
Modifier and Type | Class and Description |
---|---|
static interface |
EndpointOutputConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static EndpointOutputConfiguration.Builder |
builder() |
String |
endpointName()
The name of the endpoint made during a recommendation job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
initialInstanceCount()
The number of instances recommended to launch initially.
|
ProductionVariantInstanceType |
instanceType()
The instance type recommended by Amazon SageMaker Inference Recommender.
|
String |
instanceTypeAsString()
The instance type recommended by Amazon SageMaker Inference Recommender.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointOutputConfiguration.Builder> |
serializableBuilderClass() |
EndpointOutputConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
variantName()
The name of the production variant (deployed model) made during a recommendation job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String endpointName()
The name of the endpoint made during a recommendation job.
public final String variantName()
The name of the production variant (deployed model) made during a recommendation job.
public final ProductionVariantInstanceType instanceType()
The instance type recommended by Amazon SageMaker Inference Recommender.
If the service returns an enum value that is not available in the current SDK version, instanceType
will
return ProductionVariantInstanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from instanceTypeAsString()
.
ProductionVariantInstanceType
public final String instanceTypeAsString()
The instance type recommended by Amazon SageMaker Inference Recommender.
If the service returns an enum value that is not available in the current SDK version, instanceType
will
return ProductionVariantInstanceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from instanceTypeAsString()
.
ProductionVariantInstanceType
public final Integer initialInstanceCount()
The number of instances recommended to launch initially.
public EndpointOutputConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EndpointOutputConfiguration.Builder,EndpointOutputConfiguration>
public static EndpointOutputConfiguration.Builder builder()
public static Class<? extends EndpointOutputConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.