public static class ModelDeployment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModelDeployment |
build() |
ModelDeployment.Builder |
categoryLogDetails(CategoryLogDetails categoryLogDetails) |
ModelDeployment.Builder |
compartmentId(String compartmentId)
The OCID
of the model deployment’s compartment.
|
ModelDeployment.Builder |
copy(ModelDeployment model) |
ModelDeployment.Builder |
createdBy(String createdBy)
The OCID
of the user who created the model deployment.
|
ModelDeployment.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ModelDeployment.Builder |
description(String description)
A short description of the model deployment.
|
ModelDeployment.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
ModelDeployment.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ModelDeployment.Builder |
id(String id)
The OCID
of the model deployment.
|
ModelDeployment.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the state of the model deployment.
|
ModelDeployment.Builder |
lifecycleState(ModelDeploymentLifecycleState lifecycleState)
The state of the model deployment.
|
ModelDeployment.Builder |
modelDeploymentConfigurationDetails(ModelDeploymentConfigurationDetails modelDeploymentConfigurationDetails) |
ModelDeployment.Builder |
modelDeploymentSystemData(ModelDeploymentSystemData modelDeploymentSystemData) |
ModelDeployment.Builder |
modelDeploymentUrl(String modelDeploymentUrl)
The URL to interact with the model deployment.
|
ModelDeployment.Builder |
projectId(String projectId)
The OCID
of the project associated with the model deployment.
|
ModelDeployment.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created, in the timestamp format defined by
RFC3339.
|
public ModelDeployment.Builder id(String id)
The OCID of the model deployment.
id
- the value to setpublic ModelDeployment.Builder timeCreated(Date timeCreated)
The date and time the resource was created, in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeCreated
- the value to setpublic ModelDeployment.Builder displayName(String displayName)
A user-friendly display name for the resource. Does not have to be unique, and can be
modified. Avoid entering confidential information. Example: My ModelDeployment
displayName
- the value to setpublic ModelDeployment.Builder description(String description)
A short description of the model deployment.
description
- the value to setpublic ModelDeployment.Builder projectId(String projectId)
The OCID of the project associated with the model deployment.
projectId
- the value to setpublic ModelDeployment.Builder createdBy(String createdBy)
The OCID of the user who created the model deployment.
createdBy
- the value to setpublic ModelDeployment.Builder compartmentId(String compartmentId)
The OCID of the model deployment’s compartment.
compartmentId
- the value to setpublic ModelDeployment.Builder modelDeploymentConfigurationDetails(ModelDeploymentConfigurationDetails modelDeploymentConfigurationDetails)
public ModelDeployment.Builder categoryLogDetails(CategoryLogDetails categoryLogDetails)
public ModelDeployment.Builder modelDeploymentUrl(String modelDeploymentUrl)
The URL to interact with the model deployment.
modelDeploymentUrl
- the value to setpublic ModelDeployment.Builder modelDeploymentSystemData(ModelDeploymentSystemData modelDeploymentSystemData)
public ModelDeployment.Builder lifecycleState(ModelDeploymentLifecycleState lifecycleState)
The state of the model deployment.
lifecycleState
- the value to setpublic ModelDeployment.Builder lifecycleDetails(String lifecycleDetails)
Details about the state of the model deployment.
lifecycleDetails
- the value to setpublic ModelDeployment.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. See Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic ModelDeployment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ModelDeployment build()
public ModelDeployment.Builder copy(ModelDeployment model)
Copyright © 2016–2024. All rights reserved.