Class PutMlApplicationPackageRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.requests.PutMlApplicationPackageRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<PutMlApplicationPackageRequest,InputStream>
 - Enclosing class:
- PutMlApplicationPackageRequest
 
 public static class PutMlApplicationPackageRequest.Builder extends Object implements BmcRequest.Builder<PutMlApplicationPackageRequest,InputStream> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PutMlApplicationPackageRequest.Builderbody$(InputStream body)Alternative setter for the body parameter.PutMlApplicationPackageRequestbuild()Build the instance of PutMlApplicationPackageRequest as configured by this builderPutMlApplicationPackageRequestbuildWithoutInvocationCallback()Build the instance of PutMlApplicationPackageRequest as configured by this builderPutMlApplicationPackageRequest.BuildercontentDisposition(String contentDisposition)This header allows you to specify a filename during upload.PutMlApplicationPackageRequest.BuildercontentLength(Long contentLength)The content length of the body.PutMlApplicationPackageRequest.Buildercopy(PutMlApplicationPackageRequest o)Copy method to populate the builder with values from the given instance.PutMlApplicationPackageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.PutMlApplicationPackageRequest.BuildermlApplicationImplementationId(String mlApplicationImplementationId)unique MlApplicationImplementation identifierPutMlApplicationPackageRequest.BuilderopcMlAppPackageArgs(String opcMlAppPackageArgs)List of arguments (Json map - argument name to argument value) for ML Application package (available arguments are in ML Application package descriptor).PutMlApplicationPackageRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle assigned identifier for the request.PutMlApplicationPackageRequest.BuilderopcRetryToken(String opcRetryToken)A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.PutMlApplicationPackageRequest.BuilderputMlApplicationPackage(InputStream putMlApplicationPackage)ML Application Package to uploadPutMlApplicationPackageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
mlApplicationImplementationIdpublic PutMlApplicationPackageRequest.Builder mlApplicationImplementationId(String mlApplicationImplementationId) unique MlApplicationImplementation identifier- Parameters:
- mlApplicationImplementationId- the value to set
- Returns:
- this builder instance
 
 - 
putMlApplicationPackagepublic PutMlApplicationPackageRequest.Builder putMlApplicationPackage(InputStream putMlApplicationPackage) ML Application Package to upload- Parameters:
- putMlApplicationPackage- the value to set
- Returns:
- this builder instance
 
 - 
contentLengthpublic PutMlApplicationPackageRequest.Builder contentLength(Long contentLength) The content length of the body.- Parameters:
- contentLength- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic PutMlApplicationPackageRequest.Builder opcRequestId(String opcRequestId) Unique Oracle assigned identifier for the request.If you need to contact Oracle about a particular request, then provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
opcRetryTokenpublic PutMlApplicationPackageRequest.Builder opcRetryToken(String opcRetryToken) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. - Parameters:
- opcRetryToken- the value to set
- Returns:
- this builder instance
 
 - 
contentDispositionpublic PutMlApplicationPackageRequest.Builder contentDisposition(String contentDisposition) This header allows you to specify a filename during upload.This file name is used to dispose of the file contents while downloading the file. If this optional field is not populated in the request, then the OCID of the model is used for the file name when downloading. Example: {“Content-Disposition”: “attachment” “filename”=“model.tar.gz” “Content-Length”: “2347” “Content-Type”: “application/gzip”} - Parameters:
- contentDisposition- the value to set
- Returns:
- this builder instance
 
 - 
opcMlAppPackageArgspublic PutMlApplicationPackageRequest.Builder opcMlAppPackageArgs(String opcMlAppPackageArgs) List of arguments (Json map - argument name to argument value) for ML Application package (available arguments are in ML Application package descriptor).E.g. {“vcnId”: “ocid1.vcn.oc1.iad.abcd…”, “logId”:“ocid1.log.oc1.iad.abcd…”} - Parameters:
- opcMlAppPackageArgs- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic PutMlApplicationPackageRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic PutMlApplicationPackageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic PutMlApplicationPackageRequest.Builder copy(PutMlApplicationPackageRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<PutMlApplicationPackageRequest,InputStream>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic PutMlApplicationPackageRequest build() Build the instance of PutMlApplicationPackageRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<PutMlApplicationPackageRequest,InputStream>
- Returns:
- instance of PutMlApplicationPackageRequest
 
 - 
body$public PutMlApplicationPackageRequest.Builder body$(InputStream body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<PutMlApplicationPackageRequest,InputStream>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic PutMlApplicationPackageRequest buildWithoutInvocationCallback() Build the instance of PutMlApplicationPackageRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of PutMlApplicationPackageRequest
 
 
- 
 
-