@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFoundationModelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFoundationModelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getByCustomizationType()
List by customization type.
|
String |
getByInferenceType()
List by inference type.
|
String |
getByOutputModality()
List by output modality type.
|
String |
getByProvider()
A Bedrock model provider.
|
int |
hashCode() |
void |
setByCustomizationType(String byCustomizationType)
List by customization type.
|
void |
setByInferenceType(String byInferenceType)
List by inference type.
|
void |
setByOutputModality(String byOutputModality)
List by output modality type.
|
void |
setByProvider(String byProvider)
A Bedrock model provider.
|
String |
toString()
Returns a string representation of this object.
|
ListFoundationModelsRequest |
withByCustomizationType(ModelCustomization byCustomizationType)
List by customization type.
|
ListFoundationModelsRequest |
withByCustomizationType(String byCustomizationType)
List by customization type.
|
ListFoundationModelsRequest |
withByInferenceType(InferenceType byInferenceType)
List by inference type.
|
ListFoundationModelsRequest |
withByInferenceType(String byInferenceType)
List by inference type.
|
ListFoundationModelsRequest |
withByOutputModality(ModelModality byOutputModality)
List by output modality type.
|
ListFoundationModelsRequest |
withByOutputModality(String byOutputModality)
List by output modality type.
|
ListFoundationModelsRequest |
withByProvider(String byProvider)
A Bedrock model provider.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setByProvider(String byProvider)
A Bedrock model provider.
byProvider - A Bedrock model provider.public String getByProvider()
A Bedrock model provider.
public ListFoundationModelsRequest withByProvider(String byProvider)
A Bedrock model provider.
byProvider - A Bedrock model provider.public void setByCustomizationType(String byCustomizationType)
List by customization type.
byCustomizationType - List by customization type.ModelCustomizationpublic String getByCustomizationType()
List by customization type.
ModelCustomizationpublic ListFoundationModelsRequest withByCustomizationType(String byCustomizationType)
List by customization type.
byCustomizationType - List by customization type.ModelCustomizationpublic ListFoundationModelsRequest withByCustomizationType(ModelCustomization byCustomizationType)
List by customization type.
byCustomizationType - List by customization type.ModelCustomizationpublic void setByOutputModality(String byOutputModality)
List by output modality type.
byOutputModality - List by output modality type.ModelModalitypublic String getByOutputModality()
List by output modality type.
ModelModalitypublic ListFoundationModelsRequest withByOutputModality(String byOutputModality)
List by output modality type.
byOutputModality - List by output modality type.ModelModalitypublic ListFoundationModelsRequest withByOutputModality(ModelModality byOutputModality)
List by output modality type.
byOutputModality - List by output modality type.ModelModalitypublic void setByInferenceType(String byInferenceType)
List by inference type.
byInferenceType - List by inference type.InferenceTypepublic String getByInferenceType()
List by inference type.
InferenceTypepublic ListFoundationModelsRequest withByInferenceType(String byInferenceType)
List by inference type.
byInferenceType - List by inference type.InferenceTypepublic ListFoundationModelsRequest withByInferenceType(InferenceType byInferenceType)
List by inference type.
byInferenceType - List by inference type.InferenceTypepublic String toString()
toString in class ObjectObject.toString()public ListFoundationModelsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.