@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CanvasAppSettings extends Object implements Serializable, Cloneable, StructuredPojo
The SageMaker Canvas application settings.
Constructor and Description |
---|
CanvasAppSettings() |
Modifier and Type | Method and Description |
---|---|
CanvasAppSettings |
clone() |
boolean |
equals(Object obj) |
DirectDeploySettings |
getDirectDeploySettings()
The model deployment settings for the SageMaker Canvas application.
|
GenerativeAiSettings |
getGenerativeAiSettings()
The generative AI settings for the SageMaker Canvas application.
|
List<IdentityProviderOAuthSetting> |
getIdentityProviderOAuthSettings()
The settings for connecting to an external data source with OAuth.
|
KendraSettings |
getKendraSettings()
The settings for document querying.
|
ModelRegisterSettings |
getModelRegisterSettings()
The model registry settings for the SageMaker Canvas application.
|
TimeSeriesForecastingSettings |
getTimeSeriesForecastingSettings()
Time series forecast settings for the SageMaker Canvas application.
|
WorkspaceSettings |
getWorkspaceSettings()
The workspace settings for the SageMaker Canvas application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDirectDeploySettings(DirectDeploySettings directDeploySettings)
The model deployment settings for the SageMaker Canvas application.
|
void |
setGenerativeAiSettings(GenerativeAiSettings generativeAiSettings)
The generative AI settings for the SageMaker Canvas application.
|
void |
setIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
void |
setKendraSettings(KendraSettings kendraSettings)
The settings for document querying.
|
void |
setModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
|
void |
setTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the SageMaker Canvas application.
|
void |
setWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
|
String |
toString()
Returns a string representation of this object.
|
CanvasAppSettings |
withDirectDeploySettings(DirectDeploySettings directDeploySettings)
The model deployment settings for the SageMaker Canvas application.
|
CanvasAppSettings |
withGenerativeAiSettings(GenerativeAiSettings generativeAiSettings)
The generative AI settings for the SageMaker Canvas application.
|
CanvasAppSettings |
withIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings |
withIdentityProviderOAuthSettings(IdentityProviderOAuthSetting... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings |
withKendraSettings(KendraSettings kendraSettings)
The settings for document querying.
|
CanvasAppSettings |
withModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
|
CanvasAppSettings |
withTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the SageMaker Canvas application.
|
CanvasAppSettings |
withWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
|
public void setTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the SageMaker Canvas application.
timeSeriesForecastingSettings
- Time series forecast settings for the SageMaker Canvas application.public TimeSeriesForecastingSettings getTimeSeriesForecastingSettings()
Time series forecast settings for the SageMaker Canvas application.
public CanvasAppSettings withTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the SageMaker Canvas application.
timeSeriesForecastingSettings
- Time series forecast settings for the SageMaker Canvas application.public void setModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
modelRegisterSettings
- The model registry settings for the SageMaker Canvas application.public ModelRegisterSettings getModelRegisterSettings()
The model registry settings for the SageMaker Canvas application.
public CanvasAppSettings withModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
modelRegisterSettings
- The model registry settings for the SageMaker Canvas application.public void setWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
workspaceSettings
- The workspace settings for the SageMaker Canvas application.public WorkspaceSettings getWorkspaceSettings()
The workspace settings for the SageMaker Canvas application.
public CanvasAppSettings withWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
workspaceSettings
- The workspace settings for the SageMaker Canvas application.public List<IdentityProviderOAuthSetting> getIdentityProviderOAuthSettings()
The settings for connecting to an external data source with OAuth.
public void setIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
identityProviderOAuthSettings
- The settings for connecting to an external data source with OAuth.public CanvasAppSettings withIdentityProviderOAuthSettings(IdentityProviderOAuthSetting... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityProviderOAuthSettings(java.util.Collection)
or
withIdentityProviderOAuthSettings(java.util.Collection)
if you want to override the existing values.
identityProviderOAuthSettings
- The settings for connecting to an external data source with OAuth.public CanvasAppSettings withIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
identityProviderOAuthSettings
- The settings for connecting to an external data source with OAuth.public void setDirectDeploySettings(DirectDeploySettings directDeploySettings)
The model deployment settings for the SageMaker Canvas application.
directDeploySettings
- The model deployment settings for the SageMaker Canvas application.public DirectDeploySettings getDirectDeploySettings()
The model deployment settings for the SageMaker Canvas application.
public CanvasAppSettings withDirectDeploySettings(DirectDeploySettings directDeploySettings)
The model deployment settings for the SageMaker Canvas application.
directDeploySettings
- The model deployment settings for the SageMaker Canvas application.public void setKendraSettings(KendraSettings kendraSettings)
The settings for document querying.
kendraSettings
- The settings for document querying.public KendraSettings getKendraSettings()
The settings for document querying.
public CanvasAppSettings withKendraSettings(KendraSettings kendraSettings)
The settings for document querying.
kendraSettings
- The settings for document querying.public void setGenerativeAiSettings(GenerativeAiSettings generativeAiSettings)
The generative AI settings for the SageMaker Canvas application.
generativeAiSettings
- The generative AI settings for the SageMaker Canvas application.public GenerativeAiSettings getGenerativeAiSettings()
The generative AI settings for the SageMaker Canvas application.
public CanvasAppSettings withGenerativeAiSettings(GenerativeAiSettings generativeAiSettings)
The generative AI settings for the SageMaker Canvas application.
generativeAiSettings
- The generative AI settings for the SageMaker Canvas application.public String toString()
toString
in class Object
Object.toString()
public CanvasAppSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.