ark

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package arkiface provides an interface to enable mocking the ARK service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// EnumOfCustomizationTypeForCreateModelCustomizationJobInputFinetuneSft is a EnumOfCustomizationTypeForCreateModelCustomizationJobInput enum value
	EnumOfCustomizationTypeForCreateModelCustomizationJobInputFinetuneSft = "FinetuneSft"

	// EnumOfCustomizationTypeForCreateModelCustomizationJobInputFinetuneLoRa is a EnumOfCustomizationTypeForCreateModelCustomizationJobInput enum value
	EnumOfCustomizationTypeForCreateModelCustomizationJobInputFinetuneLoRa = "FinetuneLoRA"

	// EnumOfCustomizationTypeForCreateModelCustomizationJobInputPretrain is a EnumOfCustomizationTypeForCreateModelCustomizationJobInput enum value
	EnumOfCustomizationTypeForCreateModelCustomizationJobInputPretrain = "Pretrain"

	// EnumOfCustomizationTypeForCreateModelCustomizationJobInputDpoloRa is a EnumOfCustomizationTypeForCreateModelCustomizationJobInput enum value
	EnumOfCustomizationTypeForCreateModelCustomizationJobInputDpoloRa = "DPOLoRA"

	// EnumOfCustomizationTypeForCreateModelCustomizationJobInputDpo is a EnumOfCustomizationTypeForCreateModelCustomizationJobInput enum value
	EnumOfCustomizationTypeForCreateModelCustomizationJobInputDpo = "DPO"
)
View Source
const (
	// EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInputManagedKeyring is a EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInput enum value
	EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInputManagedKeyring = "ManagedKeyring"

	// EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInputCustomKeyring is a EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInput enum value
	EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInputCustomKeyring = "CustomKeyring"
)
View Source
const (
	// EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutputManagedKeyring is a EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutput enum value
	EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutputManagedKeyring = "ManagedKeyring"

	// EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutputCustomKeyring is a EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutput enum value
	EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutputCustomKeyring = "CustomKeyring"
)
View Source
const (
	// EnumOfStatusForGetModelCustomizationJobOutputAvailable is a EnumOfStatusForGetModelCustomizationJobOutput enum value
	EnumOfStatusForGetModelCustomizationJobOutputAvailable = "Available"

	// EnumOfStatusForGetModelCustomizationJobOutputExported is a EnumOfStatusForGetModelCustomizationJobOutput enum value
	EnumOfStatusForGetModelCustomizationJobOutputExported = "Exported"

	// EnumOfStatusForGetModelCustomizationJobOutputExpired is a EnumOfStatusForGetModelCustomizationJobOutput enum value
	EnumOfStatusForGetModelCustomizationJobOutputExpired = "Expired"
)
View Source
const (
	// EnumOfEndpointModelTypeForListEndpointsOutputFoundationModel is a EnumOfEndpointModelTypeForListEndpointsOutput enum value
	EnumOfEndpointModelTypeForListEndpointsOutputFoundationModel = "FoundationModel"

	// EnumOfEndpointModelTypeForListEndpointsOutputCustomModel is a EnumOfEndpointModelTypeForListEndpointsOutput enum value
	EnumOfEndpointModelTypeForListEndpointsOutputCustomModel = "CustomModel"
)
View Source
const (
	// EnumOfEndpointModelTypeListForListEndpointsInputFoundationModel is a EnumOfEndpointModelTypeListForListEndpointsInput enum value
	EnumOfEndpointModelTypeListForListEndpointsInputFoundationModel = "FoundationModel"

	// EnumOfEndpointModelTypeListForListEndpointsInputCustomModel is a EnumOfEndpointModelTypeListForListEndpointsInput enum value
	EnumOfEndpointModelTypeListForListEndpointsInputCustomModel = "CustomModel"
)
View Source
const (
	// EnumOfStatusForListEndpointsOutputRunning is a EnumOfStatusForListEndpointsOutput enum value
	EnumOfStatusForListEndpointsOutputRunning = "Running"

	// EnumOfStatusForListEndpointsOutputScheduling is a EnumOfStatusForListEndpointsOutput enum value
	EnumOfStatusForListEndpointsOutputScheduling = "Scheduling"

	// EnumOfStatusForListEndpointsOutputAbnormal is a EnumOfStatusForListEndpointsOutput enum value
	EnumOfStatusForListEndpointsOutputAbnormal = "Abnormal"

	// EnumOfStatusForListEndpointsOutputStopped is a EnumOfStatusForListEndpointsOutput enum value
	EnumOfStatusForListEndpointsOutputStopped = "Stopped"
)
View Source
const (
	// EnumOfStatusListForListEndpointsInputRunning is a EnumOfStatusListForListEndpointsInput enum value
	EnumOfStatusListForListEndpointsInputRunning = "Running"

	// EnumOfStatusListForListEndpointsInputScheduling is a EnumOfStatusListForListEndpointsInput enum value
	EnumOfStatusListForListEndpointsInputScheduling = "Scheduling"

	// EnumOfStatusListForListEndpointsInputAbnormal is a EnumOfStatusListForListEndpointsInput enum value
	EnumOfStatusListForListEndpointsInputAbnormal = "Abnormal"

	// EnumOfStatusListForListEndpointsInputStopped is a EnumOfStatusListForListEndpointsInput enum value
	EnumOfStatusListForListEndpointsInputStopped = "Stopped"
)
View Source
const (
	// EnumOfCustomizationTypeForListModelCustomizationJobsOutputFinetuneSft is a EnumOfCustomizationTypeForListModelCustomizationJobsOutput enum value
	EnumOfCustomizationTypeForListModelCustomizationJobsOutputFinetuneSft = "FinetuneSft"

	// EnumOfCustomizationTypeForListModelCustomizationJobsOutputFinetuneLoRa is a EnumOfCustomizationTypeForListModelCustomizationJobsOutput enum value
	EnumOfCustomizationTypeForListModelCustomizationJobsOutputFinetuneLoRa = "FinetuneLoRA"

	// EnumOfCustomizationTypeForListModelCustomizationJobsOutputPretrain is a EnumOfCustomizationTypeForListModelCustomizationJobsOutput enum value
	EnumOfCustomizationTypeForListModelCustomizationJobsOutputPretrain = "Pretrain"

	// EnumOfCustomizationTypeForListModelCustomizationJobsOutputDpoloRa is a EnumOfCustomizationTypeForListModelCustomizationJobsOutput enum value
	EnumOfCustomizationTypeForListModelCustomizationJobsOutputDpoloRa = "DPOLoRA"

	// EnumOfCustomizationTypeForListModelCustomizationJobsOutputDpo is a EnumOfCustomizationTypeForListModelCustomizationJobsOutput enum value
	EnumOfCustomizationTypeForListModelCustomizationJobsOutputDpo = "DPO"
)
View Source
const (
	// EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutputManagedKeyring is a EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutput enum value
	EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutputManagedKeyring = "ManagedKeyring"

	// EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutputCustomKeyring is a EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutput enum value
	EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutputCustomKeyring = "CustomKeyring"
)
View Source
const (
	// EnumOfSortOrderForListModelCustomizationJobsInputDesc is a EnumOfSortOrderForListModelCustomizationJobsInput enum value
	EnumOfSortOrderForListModelCustomizationJobsInputDesc = "Desc"

	// EnumOfSortOrderForListModelCustomizationJobsInputAsc is a EnumOfSortOrderForListModelCustomizationJobsInput enum value
	EnumOfSortOrderForListModelCustomizationJobsInputAsc = "Asc"
)
View Source
const (
	// EnumOfStatusForListModelCustomizationJobsOutputAvailable is a EnumOfStatusForListModelCustomizationJobsOutput enum value
	EnumOfStatusForListModelCustomizationJobsOutputAvailable = "Available"

	// EnumOfStatusForListModelCustomizationJobsOutputExported is a EnumOfStatusForListModelCustomizationJobsOutput enum value
	EnumOfStatusForListModelCustomizationJobsOutputExported = "Exported"

	// EnumOfStatusForListModelCustomizationJobsOutputExpired is a EnumOfStatusForListModelCustomizationJobsOutput enum value
	EnumOfStatusForListModelCustomizationJobsOutputExpired = "Expired"
)
View Source
const (
	ServiceName = "ark"       // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "ark"       // ServiceID is a unique identifer of a specific service.
)

Service information constants

View Source
const (
	// EnumOfSortByForListModelCustomizationJobsInputCreateTime is a EnumOfSortByForListModelCustomizationJobsInput enum value
	EnumOfSortByForListModelCustomizationJobsInputCreateTime = "CreateTime"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ARK

type ARK struct {
	*client.Client
}

ARK provides the API operation methods for making requests to ARK. See this package's package overview docs for details on the service.

ARK methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*byteplus.Config) *ARK

New create int can support ssl or region locate set

func (*ARK) CreateBatchInferenceJob

func (c *ARK) CreateBatchInferenceJob(input *CreateBatchInferenceJobInput) (*CreateBatchInferenceJobOutput, error)

CreateBatchInferenceJob API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation CreateBatchInferenceJob for usage and error information.

func (*ARK) CreateBatchInferenceJobCommon

func (c *ARK) CreateBatchInferenceJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateBatchInferenceJobCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation CreateBatchInferenceJobCommon for usage and error information.

func (*ARK) CreateBatchInferenceJobCommonRequest

func (c *ARK) CreateBatchInferenceJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateBatchInferenceJobCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateBatchInferenceJobCommon operation. The "output" return value will be populated with the CreateBatchInferenceJobCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBatchInferenceJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBatchInferenceJobCommon Send returns without error.

See CreateBatchInferenceJobCommon for more information on using the CreateBatchInferenceJobCommon API call, and error handling.

// Example sending a request using the CreateBatchInferenceJobCommonRequest method.
req, resp := client.CreateBatchInferenceJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) CreateBatchInferenceJobCommonWithContext

func (c *ARK) CreateBatchInferenceJobCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateBatchInferenceJobCommonWithContext is the same as CreateBatchInferenceJobCommon with the addition of the ability to pass a context and additional request options.

See CreateBatchInferenceJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) CreateBatchInferenceJobRequest

func (c *ARK) CreateBatchInferenceJobRequest(input *CreateBatchInferenceJobInput) (req *request.Request, output *CreateBatchInferenceJobOutput)

CreateBatchInferenceJobRequest generates a "byteplus/request.Request" representing the client's request for the CreateBatchInferenceJob operation. The "output" return value will be populated with the CreateBatchInferenceJobCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateBatchInferenceJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateBatchInferenceJobCommon Send returns without error.

See CreateBatchInferenceJob for more information on using the CreateBatchInferenceJob API call, and error handling.

// Example sending a request using the CreateBatchInferenceJobRequest method.
req, resp := client.CreateBatchInferenceJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) CreateBatchInferenceJobWithContext

func (c *ARK) CreateBatchInferenceJobWithContext(ctx byteplus.Context, input *CreateBatchInferenceJobInput, opts ...request.Option) (*CreateBatchInferenceJobOutput, error)

CreateBatchInferenceJobWithContext is the same as CreateBatchInferenceJob with the addition of the ability to pass a context and additional request options.

See CreateBatchInferenceJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) CreateEndpoint

func (c *ARK) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error)

CreateEndpoint API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation CreateEndpoint for usage and error information.

func (*ARK) CreateEndpointCommon

func (c *ARK) CreateEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateEndpointCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation CreateEndpointCommon for usage and error information.

func (*ARK) CreateEndpointCommonRequest

func (c *ARK) CreateEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateEndpointCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateEndpointCommon operation. The "output" return value will be populated with the CreateEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateEndpointCommon Send returns without error.

See CreateEndpointCommon for more information on using the CreateEndpointCommon API call, and error handling.

// Example sending a request using the CreateEndpointCommonRequest method.
req, resp := client.CreateEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) CreateEndpointCommonWithContext

func (c *ARK) CreateEndpointCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateEndpointCommonWithContext is the same as CreateEndpointCommon with the addition of the ability to pass a context and additional request options.

See CreateEndpointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) CreateEndpointRequest

func (c *ARK) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput)

CreateEndpointRequest generates a "byteplus/request.Request" representing the client's request for the CreateEndpoint operation. The "output" return value will be populated with the CreateEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateEndpointCommon Send returns without error.

See CreateEndpoint for more information on using the CreateEndpoint API call, and error handling.

// Example sending a request using the CreateEndpointRequest method.
req, resp := client.CreateEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) CreateEndpointWithContext

func (c *ARK) CreateEndpointWithContext(ctx byteplus.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error)

CreateEndpointWithContext is the same as CreateEndpoint with the addition of the ability to pass a context and additional request options.

See CreateEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) CreateModelCustomizationJob

func (c *ARK) CreateModelCustomizationJob(input *CreateModelCustomizationJobInput) (*CreateModelCustomizationJobOutput, error)

CreateModelCustomizationJob API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation CreateModelCustomizationJob for usage and error information.

func (*ARK) CreateModelCustomizationJobCommon

func (c *ARK) CreateModelCustomizationJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateModelCustomizationJobCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation CreateModelCustomizationJobCommon for usage and error information.

func (*ARK) CreateModelCustomizationJobCommonRequest

func (c *ARK) CreateModelCustomizationJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateModelCustomizationJobCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateModelCustomizationJobCommon operation. The "output" return value will be populated with the CreateModelCustomizationJobCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateModelCustomizationJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateModelCustomizationJobCommon Send returns without error.

See CreateModelCustomizationJobCommon for more information on using the CreateModelCustomizationJobCommon API call, and error handling.

// Example sending a request using the CreateModelCustomizationJobCommonRequest method.
req, resp := client.CreateModelCustomizationJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) CreateModelCustomizationJobCommonWithContext

func (c *ARK) CreateModelCustomizationJobCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateModelCustomizationJobCommonWithContext is the same as CreateModelCustomizationJobCommon with the addition of the ability to pass a context and additional request options.

See CreateModelCustomizationJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) CreateModelCustomizationJobRequest

func (c *ARK) CreateModelCustomizationJobRequest(input *CreateModelCustomizationJobInput) (req *request.Request, output *CreateModelCustomizationJobOutput)

CreateModelCustomizationJobRequest generates a "byteplus/request.Request" representing the client's request for the CreateModelCustomizationJob operation. The "output" return value will be populated with the CreateModelCustomizationJobCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateModelCustomizationJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateModelCustomizationJobCommon Send returns without error.

See CreateModelCustomizationJob for more information on using the CreateModelCustomizationJob API call, and error handling.

// Example sending a request using the CreateModelCustomizationJobRequest method.
req, resp := client.CreateModelCustomizationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) CreateModelCustomizationJobWithContext

func (c *ARK) CreateModelCustomizationJobWithContext(ctx byteplus.Context, input *CreateModelCustomizationJobInput, opts ...request.Option) (*CreateModelCustomizationJobOutput, error)

CreateModelCustomizationJobWithContext is the same as CreateModelCustomizationJob with the addition of the ability to pass a context and additional request options.

See CreateModelCustomizationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) DeleteEndpoint

func (c *ARK) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)

DeleteEndpoint API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation DeleteEndpoint for usage and error information.

func (*ARK) DeleteEndpointCommon

func (c *ARK) DeleteEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteEndpointCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation DeleteEndpointCommon for usage and error information.

func (*ARK) DeleteEndpointCommonRequest

func (c *ARK) DeleteEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteEndpointCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteEndpointCommon operation. The "output" return value will be populated with the DeleteEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteEndpointCommon Send returns without error.

See DeleteEndpointCommon for more information on using the DeleteEndpointCommon API call, and error handling.

// Example sending a request using the DeleteEndpointCommonRequest method.
req, resp := client.DeleteEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) DeleteEndpointCommonWithContext

func (c *ARK) DeleteEndpointCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteEndpointCommonWithContext is the same as DeleteEndpointCommon with the addition of the ability to pass a context and additional request options.

See DeleteEndpointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) DeleteEndpointRequest

func (c *ARK) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)

DeleteEndpointRequest generates a "byteplus/request.Request" representing the client's request for the DeleteEndpoint operation. The "output" return value will be populated with the DeleteEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteEndpointCommon Send returns without error.

See DeleteEndpoint for more information on using the DeleteEndpoint API call, and error handling.

// Example sending a request using the DeleteEndpointRequest method.
req, resp := client.DeleteEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) DeleteEndpointWithContext

func (c *ARK) DeleteEndpointWithContext(ctx byteplus.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error)

DeleteEndpointWithContext is the same as DeleteEndpoint with the addition of the ability to pass a context and additional request options.

See DeleteEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) GetApiKey

func (c *ARK) GetApiKey(input *GetApiKeyInput) (*GetApiKeyOutput, error)

GetApiKey API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation GetApiKey for usage and error information.

func (*ARK) GetApiKeyCommon

func (c *ARK) GetApiKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetApiKeyCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation GetApiKeyCommon for usage and error information.

func (*ARK) GetApiKeyCommonRequest

func (c *ARK) GetApiKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetApiKeyCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetApiKeyCommon operation. The "output" return value will be populated with the GetApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned GetApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after GetApiKeyCommon Send returns without error.

See GetApiKeyCommon for more information on using the GetApiKeyCommon API call, and error handling.

// Example sending a request using the GetApiKeyCommonRequest method.
req, resp := client.GetApiKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) GetApiKeyCommonWithContext

func (c *ARK) GetApiKeyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetApiKeyCommonWithContext is the same as GetApiKeyCommon with the addition of the ability to pass a context and additional request options.

See GetApiKeyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) GetApiKeyRequest

func (c *ARK) GetApiKeyRequest(input *GetApiKeyInput) (req *request.Request, output *GetApiKeyOutput)

GetApiKeyRequest generates a "byteplus/request.Request" representing the client's request for the GetApiKey operation. The "output" return value will be populated with the GetApiKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned GetApiKeyCommon Request to send the API call to the service. the "output" return value is not valid until after GetApiKeyCommon Send returns without error.

See GetApiKey for more information on using the GetApiKey API call, and error handling.

// Example sending a request using the GetApiKeyRequest method.
req, resp := client.GetApiKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) GetApiKeyWithContext

func (c *ARK) GetApiKeyWithContext(ctx byteplus.Context, input *GetApiKeyInput, opts ...request.Option) (*GetApiKeyOutput, error)

GetApiKeyWithContext is the same as GetApiKey with the addition of the ability to pass a context and additional request options.

See GetApiKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) GetEndpoint

func (c *ARK) GetEndpoint(input *GetEndpointInput) (*GetEndpointOutput, error)

GetEndpoint API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation GetEndpoint for usage and error information.

func (*ARK) GetEndpointCommon

func (c *ARK) GetEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetEndpointCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation GetEndpointCommon for usage and error information.

func (*ARK) GetEndpointCommonRequest

func (c *ARK) GetEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetEndpointCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetEndpointCommon operation. The "output" return value will be populated with the GetEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned GetEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after GetEndpointCommon Send returns without error.

See GetEndpointCommon for more information on using the GetEndpointCommon API call, and error handling.

// Example sending a request using the GetEndpointCommonRequest method.
req, resp := client.GetEndpointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) GetEndpointCommonWithContext

func (c *ARK) GetEndpointCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetEndpointCommonWithContext is the same as GetEndpointCommon with the addition of the ability to pass a context and additional request options.

See GetEndpointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) GetEndpointRequest

func (c *ARK) GetEndpointRequest(input *GetEndpointInput) (req *request.Request, output *GetEndpointOutput)

GetEndpointRequest generates a "byteplus/request.Request" representing the client's request for the GetEndpoint operation. The "output" return value will be populated with the GetEndpointCommon request's response once the request completes successfully.

Use "Send" method on the returned GetEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after GetEndpointCommon Send returns without error.

See GetEndpoint for more information on using the GetEndpoint API call, and error handling.

// Example sending a request using the GetEndpointRequest method.
req, resp := client.GetEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) GetEndpointWithContext

func (c *ARK) GetEndpointWithContext(ctx byteplus.Context, input *GetEndpointInput, opts ...request.Option) (*GetEndpointOutput, error)

GetEndpointWithContext is the same as GetEndpoint with the addition of the ability to pass a context and additional request options.

See GetEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) GetModelCustomizationJob

func (c *ARK) GetModelCustomizationJob(input *GetModelCustomizationJobInput) (*GetModelCustomizationJobOutput, error)

GetModelCustomizationJob API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation GetModelCustomizationJob for usage and error information.

func (*ARK) GetModelCustomizationJobCommon

func (c *ARK) GetModelCustomizationJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetModelCustomizationJobCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation GetModelCustomizationJobCommon for usage and error information.

func (*ARK) GetModelCustomizationJobCommonRequest

func (c *ARK) GetModelCustomizationJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetModelCustomizationJobCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetModelCustomizationJobCommon operation. The "output" return value will be populated with the GetModelCustomizationJobCommon request's response once the request completes successfully.

Use "Send" method on the returned GetModelCustomizationJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetModelCustomizationJobCommon Send returns without error.

See GetModelCustomizationJobCommon for more information on using the GetModelCustomizationJobCommon API call, and error handling.

// Example sending a request using the GetModelCustomizationJobCommonRequest method.
req, resp := client.GetModelCustomizationJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) GetModelCustomizationJobCommonWithContext

func (c *ARK) GetModelCustomizationJobCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetModelCustomizationJobCommonWithContext is the same as GetModelCustomizationJobCommon with the addition of the ability to pass a context and additional request options.

See GetModelCustomizationJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) GetModelCustomizationJobRequest

func (c *ARK) GetModelCustomizationJobRequest(input *GetModelCustomizationJobInput) (req *request.Request, output *GetModelCustomizationJobOutput)

GetModelCustomizationJobRequest generates a "byteplus/request.Request" representing the client's request for the GetModelCustomizationJob operation. The "output" return value will be populated with the GetModelCustomizationJobCommon request's response once the request completes successfully.

Use "Send" method on the returned GetModelCustomizationJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetModelCustomizationJobCommon Send returns without error.

See GetModelCustomizationJob for more information on using the GetModelCustomizationJob API call, and error handling.

// Example sending a request using the GetModelCustomizationJobRequest method.
req, resp := client.GetModelCustomizationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) GetModelCustomizationJobWithContext

func (c *ARK) GetModelCustomizationJobWithContext(ctx byteplus.Context, input *GetModelCustomizationJobInput, opts ...request.Option) (*GetModelCustomizationJobOutput, error)

GetModelCustomizationJobWithContext is the same as GetModelCustomizationJob with the addition of the ability to pass a context and additional request options.

See GetModelCustomizationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) ListBatchInferenceJobs

func (c *ARK) ListBatchInferenceJobs(input *ListBatchInferenceJobsInput) (*ListBatchInferenceJobsOutput, error)

ListBatchInferenceJobs API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation ListBatchInferenceJobs for usage and error information.

func (*ARK) ListBatchInferenceJobsCommon

func (c *ARK) ListBatchInferenceJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListBatchInferenceJobsCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation ListBatchInferenceJobsCommon for usage and error information.

func (*ARK) ListBatchInferenceJobsCommonRequest

func (c *ARK) ListBatchInferenceJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListBatchInferenceJobsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListBatchInferenceJobsCommon operation. The "output" return value will be populated with the ListBatchInferenceJobsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBatchInferenceJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListBatchInferenceJobsCommon Send returns without error.

See ListBatchInferenceJobsCommon for more information on using the ListBatchInferenceJobsCommon API call, and error handling.

// Example sending a request using the ListBatchInferenceJobsCommonRequest method.
req, resp := client.ListBatchInferenceJobsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) ListBatchInferenceJobsCommonWithContext

func (c *ARK) ListBatchInferenceJobsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListBatchInferenceJobsCommonWithContext is the same as ListBatchInferenceJobsCommon with the addition of the ability to pass a context and additional request options.

See ListBatchInferenceJobsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) ListBatchInferenceJobsRequest

func (c *ARK) ListBatchInferenceJobsRequest(input *ListBatchInferenceJobsInput) (req *request.Request, output *ListBatchInferenceJobsOutput)

ListBatchInferenceJobsRequest generates a "byteplus/request.Request" representing the client's request for the ListBatchInferenceJobs operation. The "output" return value will be populated with the ListBatchInferenceJobsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBatchInferenceJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListBatchInferenceJobsCommon Send returns without error.

See ListBatchInferenceJobs for more information on using the ListBatchInferenceJobs API call, and error handling.

// Example sending a request using the ListBatchInferenceJobsRequest method.
req, resp := client.ListBatchInferenceJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) ListBatchInferenceJobsWithContext

func (c *ARK) ListBatchInferenceJobsWithContext(ctx byteplus.Context, input *ListBatchInferenceJobsInput, opts ...request.Option) (*ListBatchInferenceJobsOutput, error)

ListBatchInferenceJobsWithContext is the same as ListBatchInferenceJobs with the addition of the ability to pass a context and additional request options.

See ListBatchInferenceJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) ListEndpoints

func (c *ARK) ListEndpoints(input *ListEndpointsInput) (*ListEndpointsOutput, error)

ListEndpoints API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation ListEndpoints for usage and error information.

func (*ARK) ListEndpointsCommon

func (c *ARK) ListEndpointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListEndpointsCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation ListEndpointsCommon for usage and error information.

func (*ARK) ListEndpointsCommonRequest

func (c *ARK) ListEndpointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListEndpointsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListEndpointsCommon operation. The "output" return value will be populated with the ListEndpointsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListEndpointsCommon Request to send the API call to the service. the "output" return value is not valid until after ListEndpointsCommon Send returns without error.

See ListEndpointsCommon for more information on using the ListEndpointsCommon API call, and error handling.

// Example sending a request using the ListEndpointsCommonRequest method.
req, resp := client.ListEndpointsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) ListEndpointsCommonWithContext

func (c *ARK) ListEndpointsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListEndpointsCommonWithContext is the same as ListEndpointsCommon with the addition of the ability to pass a context and additional request options.

See ListEndpointsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) ListEndpointsRequest

func (c *ARK) ListEndpointsRequest(input *ListEndpointsInput) (req *request.Request, output *ListEndpointsOutput)

ListEndpointsRequest generates a "byteplus/request.Request" representing the client's request for the ListEndpoints operation. The "output" return value will be populated with the ListEndpointsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListEndpointsCommon Request to send the API call to the service. the "output" return value is not valid until after ListEndpointsCommon Send returns without error.

See ListEndpoints for more information on using the ListEndpoints API call, and error handling.

// Example sending a request using the ListEndpointsRequest method.
req, resp := client.ListEndpointsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) ListEndpointsWithContext

func (c *ARK) ListEndpointsWithContext(ctx byteplus.Context, input *ListEndpointsInput, opts ...request.Option) (*ListEndpointsOutput, error)

ListEndpointsWithContext is the same as ListEndpoints with the addition of the ability to pass a context and additional request options.

See ListEndpoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) ListModelCustomizationJobs

func (c *ARK) ListModelCustomizationJobs(input *ListModelCustomizationJobsInput) (*ListModelCustomizationJobsOutput, error)

ListModelCustomizationJobs API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation ListModelCustomizationJobs for usage and error information.

func (*ARK) ListModelCustomizationJobsCommon

func (c *ARK) ListModelCustomizationJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListModelCustomizationJobsCommon API operation for ARK.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for ARK's API operation ListModelCustomizationJobsCommon for usage and error information.

func (*ARK) ListModelCustomizationJobsCommonRequest

func (c *ARK) ListModelCustomizationJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListModelCustomizationJobsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListModelCustomizationJobsCommon operation. The "output" return value will be populated with the ListModelCustomizationJobsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListModelCustomizationJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelCustomizationJobsCommon Send returns without error.

See ListModelCustomizationJobsCommon for more information on using the ListModelCustomizationJobsCommon API call, and error handling.

// Example sending a request using the ListModelCustomizationJobsCommonRequest method.
req, resp := client.ListModelCustomizationJobsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) ListModelCustomizationJobsCommonWithContext

func (c *ARK) ListModelCustomizationJobsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListModelCustomizationJobsCommonWithContext is the same as ListModelCustomizationJobsCommon with the addition of the ability to pass a context and additional request options.

See ListModelCustomizationJobsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ARK) ListModelCustomizationJobsRequest

func (c *ARK) ListModelCustomizationJobsRequest(input *ListModelCustomizationJobsInput) (req *request.Request, output *ListModelCustomizationJobsOutput)

ListModelCustomizationJobsRequest generates a "byteplus/request.Request" representing the client's request for the ListModelCustomizationJobs operation. The "output" return value will be populated with the ListModelCustomizationJobsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListModelCustomizationJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListModelCustomizationJobsCommon Send returns without error.

See ListModelCustomizationJobs for more information on using the ListModelCustomizationJobs API call, and error handling.

// Example sending a request using the ListModelCustomizationJobsRequest method.
req, resp := client.ListModelCustomizationJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ARK) ListModelCustomizationJobsWithContext

func (c *ARK) ListModelCustomizationJobsWithContext(ctx byteplus.Context, input *ListModelCustomizationJobsInput, opts ...request.Option) (*ListModelCustomizationJobsOutput, error)

ListModelCustomizationJobsWithContext is the same as ListModelCustomizationJobs with the addition of the ability to pass a context and additional request options.

See ListModelCustomizationJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ARKAPI

type ARKAPI interface {
	CreateBatchInferenceJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateBatchInferenceJobCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateBatchInferenceJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateBatchInferenceJob(*CreateBatchInferenceJobInput) (*CreateBatchInferenceJobOutput, error)
	CreateBatchInferenceJobWithContext(byteplus.Context, *CreateBatchInferenceJobInput, ...request.Option) (*CreateBatchInferenceJobOutput, error)
	CreateBatchInferenceJobRequest(*CreateBatchInferenceJobInput) (*request.Request, *CreateBatchInferenceJobOutput)

	CreateEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateEndpointCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateEndpoint(*CreateEndpointInput) (*CreateEndpointOutput, error)
	CreateEndpointWithContext(byteplus.Context, *CreateEndpointInput, ...request.Option) (*CreateEndpointOutput, error)
	CreateEndpointRequest(*CreateEndpointInput) (*request.Request, *CreateEndpointOutput)

	CreateModelCustomizationJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateModelCustomizationJobCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateModelCustomizationJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateModelCustomizationJob(*CreateModelCustomizationJobInput) (*CreateModelCustomizationJobOutput, error)
	CreateModelCustomizationJobWithContext(byteplus.Context, *CreateModelCustomizationJobInput, ...request.Option) (*CreateModelCustomizationJobOutput, error)
	CreateModelCustomizationJobRequest(*CreateModelCustomizationJobInput) (*request.Request, *CreateModelCustomizationJobOutput)

	DeleteEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteEndpointCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteEndpoint(*DeleteEndpointInput) (*DeleteEndpointOutput, error)
	DeleteEndpointWithContext(byteplus.Context, *DeleteEndpointInput, ...request.Option) (*DeleteEndpointOutput, error)
	DeleteEndpointRequest(*DeleteEndpointInput) (*request.Request, *DeleteEndpointOutput)

	GetApiKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetApiKeyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetApiKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetApiKey(*GetApiKeyInput) (*GetApiKeyOutput, error)
	GetApiKeyWithContext(byteplus.Context, *GetApiKeyInput, ...request.Option) (*GetApiKeyOutput, error)
	GetApiKeyRequest(*GetApiKeyInput) (*request.Request, *GetApiKeyOutput)

	GetEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetEndpointCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetEndpoint(*GetEndpointInput) (*GetEndpointOutput, error)
	GetEndpointWithContext(byteplus.Context, *GetEndpointInput, ...request.Option) (*GetEndpointOutput, error)
	GetEndpointRequest(*GetEndpointInput) (*request.Request, *GetEndpointOutput)

	GetModelCustomizationJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetModelCustomizationJobCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetModelCustomizationJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetModelCustomizationJob(*GetModelCustomizationJobInput) (*GetModelCustomizationJobOutput, error)
	GetModelCustomizationJobWithContext(byteplus.Context, *GetModelCustomizationJobInput, ...request.Option) (*GetModelCustomizationJobOutput, error)
	GetModelCustomizationJobRequest(*GetModelCustomizationJobInput) (*request.Request, *GetModelCustomizationJobOutput)

	ListBatchInferenceJobsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBatchInferenceJobsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBatchInferenceJobsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBatchInferenceJobs(*ListBatchInferenceJobsInput) (*ListBatchInferenceJobsOutput, error)
	ListBatchInferenceJobsWithContext(byteplus.Context, *ListBatchInferenceJobsInput, ...request.Option) (*ListBatchInferenceJobsOutput, error)
	ListBatchInferenceJobsRequest(*ListBatchInferenceJobsInput) (*request.Request, *ListBatchInferenceJobsOutput)

	ListEndpointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListEndpointsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListEndpointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListEndpoints(*ListEndpointsInput) (*ListEndpointsOutput, error)
	ListEndpointsWithContext(byteplus.Context, *ListEndpointsInput, ...request.Option) (*ListEndpointsOutput, error)
	ListEndpointsRequest(*ListEndpointsInput) (*request.Request, *ListEndpointsOutput)

	ListModelCustomizationJobsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListModelCustomizationJobsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListModelCustomizationJobsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListModelCustomizationJobs(*ListModelCustomizationJobsInput) (*ListModelCustomizationJobsOutput, error)
	ListModelCustomizationJobsWithContext(byteplus.Context, *ListModelCustomizationJobsInput, ...request.Option) (*ListModelCustomizationJobsOutput, error)
	ListModelCustomizationJobsRequest(*ListModelCustomizationJobsInput) (*request.Request, *ListModelCustomizationJobsOutput)
}

ARKAPI provides an interface to enable mocking the ark.ARK service client's API operation,

// byteplus sdk func uses an SDK service client to make a request to
// ARK.
func myFunc(svc ARKAPI) bool {
    // Make svc.CreateBatchInferenceJob request
}

func main() {
    sess := session.New()
    svc := ark.New(sess)

    myFunc(svc)
}

type CreateBatchInferenceJobInput

type CreateBatchInferenceJobInput struct {
	CompletionWindow *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	InputFileTosLocation *InputFileTosLocationForCreateBatchInferenceJobInput `type:"structure" json:",omitempty"`

	ModelReference *ModelReferenceForCreateBatchInferenceJobInput `type:"structure" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	OutputDirTosLocation *OutputDirTosLocationForCreateBatchInferenceJobInput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	Tags []*TagForCreateBatchInferenceJobInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateBatchInferenceJobInput) GoString

func (s CreateBatchInferenceJobInput) GoString() string

GoString returns the string representation

func (*CreateBatchInferenceJobInput) SetCompletionWindow

SetCompletionWindow sets the CompletionWindow field's value.

func (*CreateBatchInferenceJobInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateBatchInferenceJobInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*CreateBatchInferenceJobInput) SetInputFileTosLocation

SetInputFileTosLocation sets the InputFileTosLocation field's value.

func (*CreateBatchInferenceJobInput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*CreateBatchInferenceJobInput) SetName

SetName sets the Name field's value.

func (*CreateBatchInferenceJobInput) SetOutputDirTosLocation

SetOutputDirTosLocation sets the OutputDirTosLocation field's value.

func (*CreateBatchInferenceJobInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*CreateBatchInferenceJobInput) SetTags

SetTags sets the Tags field's value.

func (CreateBatchInferenceJobInput) String

String returns the string representation

func (*CreateBatchInferenceJobInput) Validate

func (s *CreateBatchInferenceJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBatchInferenceJobOutput

type CreateBatchInferenceJobOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateBatchInferenceJobOutput) GoString

GoString returns the string representation

func (*CreateBatchInferenceJobOutput) SetId

SetId sets the Id field's value.

func (CreateBatchInferenceJobOutput) String

String returns the string representation

type CreateEndpointInput

type CreateEndpointInput struct {
	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	ModelReference *ModelReferenceForCreateEndpointInput `type:"structure" json:",omitempty"`

	ModelUnitId *string `type:"string" json:",omitempty"`

	Moderation *ModerationForCreateEndpointInput `type:"structure" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`

	RateLimit *RateLimitForCreateEndpointInput `type:"structure" json:",omitempty"`

	Tags []*TagForCreateEndpointInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateEndpointInput) GoString

func (s CreateEndpointInput) GoString() string

GoString returns the string representation

func (*CreateEndpointInput) SetDescription

func (s *CreateEndpointInput) SetDescription(v string) *CreateEndpointInput

SetDescription sets the Description field's value.

func (*CreateEndpointInput) SetDryRun

func (s *CreateEndpointInput) SetDryRun(v bool) *CreateEndpointInput

SetDryRun sets the DryRun field's value.

func (*CreateEndpointInput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*CreateEndpointInput) SetModelUnitId

func (s *CreateEndpointInput) SetModelUnitId(v string) *CreateEndpointInput

SetModelUnitId sets the ModelUnitId field's value.

func (*CreateEndpointInput) SetModeration

SetModeration sets the Moderation field's value.

func (*CreateEndpointInput) SetName

SetName sets the Name field's value.

func (*CreateEndpointInput) SetProjectName

func (s *CreateEndpointInput) SetProjectName(v string) *CreateEndpointInput

SetProjectName sets the ProjectName field's value.

func (*CreateEndpointInput) SetRateLimit

SetRateLimit sets the RateLimit field's value.

func (*CreateEndpointInput) SetTags

SetTags sets the Tags field's value.

func (CreateEndpointInput) String

func (s CreateEndpointInput) String() string

String returns the string representation

func (*CreateEndpointInput) Validate

func (s *CreateEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEndpointOutput

type CreateEndpointOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateEndpointOutput) GoString

func (s CreateEndpointOutput) GoString() string

GoString returns the string representation

func (*CreateEndpointOutput) SetId

SetId sets the Id field's value.

func (CreateEndpointOutput) String

func (s CreateEndpointOutput) String() string

String returns the string representation

type CreateModelCustomizationJobInput

type CreateModelCustomizationJobInput struct {

	// CustomizationType is a required field
	CustomizationType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfCustomizationTypeForCreateModelCustomizationJobInput"`

	Data *DataForCreateModelCustomizationJobInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Hyperparameters []*HyperparameterForCreateModelCustomizationJobInput `type:"list" json:",omitempty"`

	ModelReference *ModelReferenceForCreateModelCustomizationJobInput `type:"structure" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `type:"string" json:",omitempty"`

	SaveModelLimit *int32 `min:"1" max:"10" type:"int32" json:",omitempty"`

	Tags []*TagForCreateModelCustomizationJobInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*CreateModelCustomizationJobInput) SetCustomizationType

SetCustomizationType sets the CustomizationType field's value.

func (*CreateModelCustomizationJobInput) SetData

SetData sets the Data field's value.

func (*CreateModelCustomizationJobInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateModelCustomizationJobInput) SetHyperparameters

SetHyperparameters sets the Hyperparameters field's value.

func (*CreateModelCustomizationJobInput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*CreateModelCustomizationJobInput) SetName

SetName sets the Name field's value.

func (*CreateModelCustomizationJobInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*CreateModelCustomizationJobInput) SetSaveModelLimit

SetSaveModelLimit sets the SaveModelLimit field's value.

func (*CreateModelCustomizationJobInput) SetTags

SetTags sets the Tags field's value.

func (CreateModelCustomizationJobInput) String

String returns the string representation

func (*CreateModelCustomizationJobInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateModelCustomizationJobOutput

type CreateModelCustomizationJobOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*CreateModelCustomizationJobOutput) SetId

SetId sets the Id field's value.

func (CreateModelCustomizationJobOutput) String

String returns the string representation

type DataForCreateModelCustomizationJobInput

type DataForCreateModelCustomizationJobInput struct {
	EncryptionKeyringType *string `type:"string" json:",omitempty" enum:"EnumOfEncryptionKeyringTypeForCreateModelCustomizationJobInput"`

	KMSTrn *string `type:"string" json:",omitempty"`

	TrainingSet *TrainingSetForCreateModelCustomizationJobInput `type:"structure" json:",omitempty"`

	ValidationPercentage *int32 `type:"int32" json:",omitempty"`

	ValidationSet *ValidationSetForCreateModelCustomizationJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*DataForCreateModelCustomizationJobInput) SetEncryptionKeyringType

SetEncryptionKeyringType sets the EncryptionKeyringType field's value.

func (*DataForCreateModelCustomizationJobInput) SetKMSTrn

SetKMSTrn sets the KMSTrn field's value.

func (*DataForCreateModelCustomizationJobInput) SetTrainingSet

SetTrainingSet sets the TrainingSet field's value.

func (*DataForCreateModelCustomizationJobInput) SetValidationPercentage

SetValidationPercentage sets the ValidationPercentage field's value.

func (*DataForCreateModelCustomizationJobInput) SetValidationSet

SetValidationSet sets the ValidationSet field's value.

func (DataForCreateModelCustomizationJobInput) String

String returns the string representation

type DataForGetModelCustomizationJobOutput

type DataForGetModelCustomizationJobOutput struct {
	EncryptionKeyringType *string `type:"string" json:",omitempty" enum:"EnumOfEncryptionKeyringTypeForGetModelCustomizationJobOutput"`

	KMSTrn *string `type:"string" json:",omitempty"`

	TrainingSet *TrainingSetForGetModelCustomizationJobOutput `type:"structure" json:",omitempty"`

	ValidationPercentage *int32 `type:"int32" json:",omitempty"`

	ValidationSet *ValidationSetForGetModelCustomizationJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*DataForGetModelCustomizationJobOutput) SetEncryptionKeyringType

SetEncryptionKeyringType sets the EncryptionKeyringType field's value.

func (*DataForGetModelCustomizationJobOutput) SetKMSTrn

SetKMSTrn sets the KMSTrn field's value.

func (*DataForGetModelCustomizationJobOutput) SetTrainingSet

SetTrainingSet sets the TrainingSet field's value.

func (*DataForGetModelCustomizationJobOutput) SetValidationPercentage

SetValidationPercentage sets the ValidationPercentage field's value.

func (*DataForGetModelCustomizationJobOutput) SetValidationSet

SetValidationSet sets the ValidationSet field's value.

func (DataForGetModelCustomizationJobOutput) String

String returns the string representation

type DataForListModelCustomizationJobsOutput

type DataForListModelCustomizationJobsOutput struct {
	EncryptionKeyringType *string `type:"string" json:",omitempty" enum:"EnumOfEncryptionKeyringTypeForListModelCustomizationJobsOutput"`

	KMSTrn *string `type:"string" json:",omitempty"`

	TrainingSet *TrainingSetForListModelCustomizationJobsOutput `type:"structure" json:",omitempty"`

	ValidationPercentage *int32 `type:"int32" json:",omitempty"`

	ValidationSet *ValidationSetForListModelCustomizationJobsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*DataForListModelCustomizationJobsOutput) SetEncryptionKeyringType

SetEncryptionKeyringType sets the EncryptionKeyringType field's value.

func (*DataForListModelCustomizationJobsOutput) SetKMSTrn

SetKMSTrn sets the KMSTrn field's value.

func (*DataForListModelCustomizationJobsOutput) SetTrainingSet

SetTrainingSet sets the TrainingSet field's value.

func (*DataForListModelCustomizationJobsOutput) SetValidationPercentage

SetValidationPercentage sets the ValidationPercentage field's value.

func (*DataForListModelCustomizationJobsOutput) SetValidationSet

SetValidationSet sets the ValidationSet field's value.

func (DataForListModelCustomizationJobsOutput) String

String returns the string representation

type DatasetForCreateModelCustomizationJobInput

type DatasetForCreateModelCustomizationJobInput struct {
	DatasetId *string `type:"string" json:",omitempty"`

	DatasetVersionId *string `type:"string" json:",omitempty"`

	Multiplier *float64 `type:"double" json:",omitempty"`

	SampleCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DatasetForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*DatasetForCreateModelCustomizationJobInput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*DatasetForCreateModelCustomizationJobInput) SetDatasetVersionId

SetDatasetVersionId sets the DatasetVersionId field's value.

func (*DatasetForCreateModelCustomizationJobInput) SetMultiplier

SetMultiplier sets the Multiplier field's value.

func (*DatasetForCreateModelCustomizationJobInput) SetSampleCount

SetSampleCount sets the SampleCount field's value.

func (DatasetForCreateModelCustomizationJobInput) String

String returns the string representation

type DatasetForGetModelCustomizationJobOutput

type DatasetForGetModelCustomizationJobOutput struct {
	DatasetId *string `type:"string" json:",omitempty"`

	DatasetVersionId *string `type:"string" json:",omitempty"`

	Multiplier *float64 `type:"double" json:",omitempty"`

	SampleCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DatasetForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*DatasetForGetModelCustomizationJobOutput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*DatasetForGetModelCustomizationJobOutput) SetDatasetVersionId

SetDatasetVersionId sets the DatasetVersionId field's value.

func (*DatasetForGetModelCustomizationJobOutput) SetMultiplier

SetMultiplier sets the Multiplier field's value.

func (*DatasetForGetModelCustomizationJobOutput) SetSampleCount

SetSampleCount sets the SampleCount field's value.

func (DatasetForGetModelCustomizationJobOutput) String

String returns the string representation

type DatasetForListModelCustomizationJobsOutput

type DatasetForListModelCustomizationJobsOutput struct {
	DatasetId *string `type:"string" json:",omitempty"`

	DatasetVersionId *string `type:"string" json:",omitempty"`

	Multiplier *float64 `type:"double" json:",omitempty"`

	SampleCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DatasetForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*DatasetForListModelCustomizationJobsOutput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*DatasetForListModelCustomizationJobsOutput) SetDatasetVersionId

SetDatasetVersionId sets the DatasetVersionId field's value.

func (*DatasetForListModelCustomizationJobsOutput) SetMultiplier

SetMultiplier sets the Multiplier field's value.

func (*DatasetForListModelCustomizationJobsOutput) SetSampleCount

SetSampleCount sets the SampleCount field's value.

func (DatasetForListModelCustomizationJobsOutput) String

String returns the string representation

type DeleteEndpointInput

type DeleteEndpointInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEndpointInput) GoString

func (s DeleteEndpointInput) GoString() string

GoString returns the string representation

func (*DeleteEndpointInput) SetId

SetId sets the Id field's value.

func (DeleteEndpointInput) String

func (s DeleteEndpointInput) String() string

String returns the string representation

func (*DeleteEndpointInput) Validate

func (s *DeleteEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEndpointOutput

type DeleteEndpointOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteEndpointOutput) GoString

func (s DeleteEndpointOutput) GoString() string

GoString returns the string representation

func (DeleteEndpointOutput) String

func (s DeleteEndpointOutput) String() string

String returns the string representation

type FilterForListBatchInferenceJobsInput

type FilterForListBatchInferenceJobsInput struct {
	CustomModelIds []*string `type:"list" json:",omitempty"`

	FoundationModels []*FoundationModelForListBatchInferenceJobsInput `type:"list" json:",omitempty"`

	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Phases []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListBatchInferenceJobsInput) GoString

GoString returns the string representation

func (*FilterForListBatchInferenceJobsInput) SetCustomModelIds

SetCustomModelIds sets the CustomModelIds field's value.

func (*FilterForListBatchInferenceJobsInput) SetFoundationModels

SetFoundationModels sets the FoundationModels field's value.

func (*FilterForListBatchInferenceJobsInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListBatchInferenceJobsInput) SetName

SetName sets the Name field's value.

func (*FilterForListBatchInferenceJobsInput) SetPhases

SetPhases sets the Phases field's value.

func (FilterForListBatchInferenceJobsInput) String

String returns the string representation

type FilterForListEndpointsInput

type FilterForListEndpointsInput struct {
	CustomModelIds []*string `type:"list" json:",omitempty"`

	EndpointModelTypes []*string `type:"list" json:",omitempty"`

	FoundationModelName *string `type:"string" json:",omitempty"`

	Ids []*string `type:"list" json:",omitempty"`

	ModelVersions []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Statuses []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListEndpointsInput) GoString

func (s FilterForListEndpointsInput) GoString() string

GoString returns the string representation

func (*FilterForListEndpointsInput) SetCustomModelIds

SetCustomModelIds sets the CustomModelIds field's value.

func (*FilterForListEndpointsInput) SetEndpointModelTypes

func (s *FilterForListEndpointsInput) SetEndpointModelTypes(v []*string) *FilterForListEndpointsInput

SetEndpointModelTypes sets the EndpointModelTypes field's value.

func (*FilterForListEndpointsInput) SetFoundationModelName

func (s *FilterForListEndpointsInput) SetFoundationModelName(v string) *FilterForListEndpointsInput

SetFoundationModelName sets the FoundationModelName field's value.

func (*FilterForListEndpointsInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListEndpointsInput) SetModelVersions

SetModelVersions sets the ModelVersions field's value.

func (*FilterForListEndpointsInput) SetName

SetName sets the Name field's value.

func (*FilterForListEndpointsInput) SetStatuses

SetStatuses sets the Statuses field's value.

func (FilterForListEndpointsInput) String

String returns the string representation

type FilterForListModelCustomizationJobsInput

type FilterForListModelCustomizationJobsInput struct {
	CreateTimeAfter *string `type:"string" json:",omitempty"`

	CreateTimeBefore *string `type:"string" json:",omitempty"`

	CustomModelIds []*string `type:"list" json:",omitempty"`

	CustomizationTypes []*string `type:"list" json:",omitempty"`

	FoundationModels []*FoundationModelForListModelCustomizationJobsInput `type:"list" json:",omitempty"`

	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Phases []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListModelCustomizationJobsInput) GoString

GoString returns the string representation

func (*FilterForListModelCustomizationJobsInput) SetCreateTimeAfter

SetCreateTimeAfter sets the CreateTimeAfter field's value.

func (*FilterForListModelCustomizationJobsInput) SetCreateTimeBefore

SetCreateTimeBefore sets the CreateTimeBefore field's value.

func (*FilterForListModelCustomizationJobsInput) SetCustomModelIds

SetCustomModelIds sets the CustomModelIds field's value.

func (*FilterForListModelCustomizationJobsInput) SetCustomizationTypes

SetCustomizationTypes sets the CustomizationTypes field's value.

func (*FilterForListModelCustomizationJobsInput) SetFoundationModels

SetFoundationModels sets the FoundationModels field's value.

func (*FilterForListModelCustomizationJobsInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListModelCustomizationJobsInput) SetName

SetName sets the Name field's value.

func (*FilterForListModelCustomizationJobsInput) SetPhases

SetPhases sets the Phases field's value.

func (FilterForListModelCustomizationJobsInput) String

String returns the string representation

type FoundationModelForCreateBatchInferenceJobInput

type FoundationModelForCreateBatchInferenceJobInput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForCreateBatchInferenceJobInput) GoString

GoString returns the string representation

func (*FoundationModelForCreateBatchInferenceJobInput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForCreateBatchInferenceJobInput) SetName

SetName sets the Name field's value.

func (FoundationModelForCreateBatchInferenceJobInput) String

String returns the string representation

type FoundationModelForCreateEndpointInput

type FoundationModelForCreateEndpointInput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForCreateEndpointInput) GoString

GoString returns the string representation

func (*FoundationModelForCreateEndpointInput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForCreateEndpointInput) SetName

SetName sets the Name field's value.

func (FoundationModelForCreateEndpointInput) String

String returns the string representation

type FoundationModelForCreateModelCustomizationJobInput

type FoundationModelForCreateModelCustomizationJobInput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*FoundationModelForCreateModelCustomizationJobInput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForCreateModelCustomizationJobInput) SetName

SetName sets the Name field's value.

func (FoundationModelForCreateModelCustomizationJobInput) String

String returns the string representation

type FoundationModelForGetEndpointOutput

type FoundationModelForGetEndpointOutput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForGetEndpointOutput) GoString

GoString returns the string representation

func (*FoundationModelForGetEndpointOutput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForGetEndpointOutput) SetName

SetName sets the Name field's value.

func (FoundationModelForGetEndpointOutput) String

String returns the string representation

type FoundationModelForGetModelCustomizationJobOutput

type FoundationModelForGetModelCustomizationJobOutput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*FoundationModelForGetModelCustomizationJobOutput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForGetModelCustomizationJobOutput) SetName

SetName sets the Name field's value.

func (FoundationModelForGetModelCustomizationJobOutput) String

String returns the string representation

type FoundationModelForListBatchInferenceJobsInput

type FoundationModelForListBatchInferenceJobsInput struct {
	ModelVersions []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForListBatchInferenceJobsInput) GoString

GoString returns the string representation

func (*FoundationModelForListBatchInferenceJobsInput) SetModelVersions

SetModelVersions sets the ModelVersions field's value.

func (*FoundationModelForListBatchInferenceJobsInput) SetName

SetName sets the Name field's value.

func (FoundationModelForListBatchInferenceJobsInput) String

String returns the string representation

type FoundationModelForListBatchInferenceJobsOutput

type FoundationModelForListBatchInferenceJobsOutput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*FoundationModelForListBatchInferenceJobsOutput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForListBatchInferenceJobsOutput) SetName

SetName sets the Name field's value.

func (FoundationModelForListBatchInferenceJobsOutput) String

String returns the string representation

type FoundationModelForListEndpointsOutput

type FoundationModelForListEndpointsOutput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForListEndpointsOutput) GoString

GoString returns the string representation

func (*FoundationModelForListEndpointsOutput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForListEndpointsOutput) SetName

SetName sets the Name field's value.

func (FoundationModelForListEndpointsOutput) String

String returns the string representation

type FoundationModelForListModelCustomizationJobsInput

type FoundationModelForListModelCustomizationJobsInput struct {
	ModelVersions []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForListModelCustomizationJobsInput) GoString

GoString returns the string representation

func (*FoundationModelForListModelCustomizationJobsInput) SetModelVersions

SetModelVersions sets the ModelVersions field's value.

func (*FoundationModelForListModelCustomizationJobsInput) SetName

SetName sets the Name field's value.

func (FoundationModelForListModelCustomizationJobsInput) String

String returns the string representation

type FoundationModelForListModelCustomizationJobsOutput

type FoundationModelForListModelCustomizationJobsOutput struct {
	ModelVersion *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FoundationModelForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*FoundationModelForListModelCustomizationJobsOutput) SetModelVersion

SetModelVersion sets the ModelVersion field's value.

func (*FoundationModelForListModelCustomizationJobsOutput) SetName

SetName sets the Name field's value.

func (FoundationModelForListModelCustomizationJobsOutput) String

String returns the string representation

type GetApiKeyInput

type GetApiKeyInput struct {

	// DurationSeconds is a required field
	DurationSeconds *int32 `type:"int32" json:",omitempty" required:"true"`

	ResourceIds []*string `type:"list" json:",omitempty"`

	// ResourceType is a required field
	ResourceType *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetApiKeyInput) GoString

func (s GetApiKeyInput) GoString() string

GoString returns the string representation

func (*GetApiKeyInput) SetDurationSeconds

func (s *GetApiKeyInput) SetDurationSeconds(v int32) *GetApiKeyInput

SetDurationSeconds sets the DurationSeconds field's value.

func (*GetApiKeyInput) SetResourceIds

func (s *GetApiKeyInput) SetResourceIds(v []*string) *GetApiKeyInput

SetResourceIds sets the ResourceIds field's value.

func (*GetApiKeyInput) SetResourceType

func (s *GetApiKeyInput) SetResourceType(v string) *GetApiKeyInput

SetResourceType sets the ResourceType field's value.

func (GetApiKeyInput) String

func (s GetApiKeyInput) String() string

String returns the string representation

func (*GetApiKeyInput) Validate

func (s *GetApiKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetApiKeyOutput

type GetApiKeyOutput struct {
	Metadata *response.ResponseMetadata

	ApiKey *string `type:"string" json:",omitempty"`

	ExpiredTime *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetApiKeyOutput) GoString

func (s GetApiKeyOutput) GoString() string

GoString returns the string representation

func (*GetApiKeyOutput) SetApiKey

func (s *GetApiKeyOutput) SetApiKey(v string) *GetApiKeyOutput

SetApiKey sets the ApiKey field's value.

func (*GetApiKeyOutput) SetExpiredTime

func (s *GetApiKeyOutput) SetExpiredTime(v int32) *GetApiKeyOutput

SetExpiredTime sets the ExpiredTime field's value.

func (GetApiKeyOutput) String

func (s GetApiKeyOutput) String() string

String returns the string representation

type GetEndpointInput

type GetEndpointInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetEndpointInput) GoString

func (s GetEndpointInput) GoString() string

GoString returns the string representation

func (*GetEndpointInput) SetId

SetId sets the Id field's value.

func (GetEndpointInput) String

func (s GetEndpointInput) String() string

String returns the string representation

func (*GetEndpointInput) Validate

func (s *GetEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetEndpointOutput

type GetEndpointOutput struct {
	Metadata *response.ResponseMetadata

	BatchOnly *bool `type:"boolean" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EndpointModelType *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ModelReference *ModelReferenceForGetEndpointOutput `type:"structure" json:",omitempty"`

	ModelUnitId *string `type:"string" json:",omitempty"`

	Moderation *ModerationForGetEndpointOutput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RateLimit *RateLimitForGetEndpointOutput `type:"structure" json:",omitempty"`

	RollingId *string `type:"string" json:",omitempty"`

	ScaleTierId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StatusReason *string `type:"string" json:",omitempty"`

	SupportRolling *bool `type:"boolean" json:",omitempty"`

	SupportScaleTier *bool `type:"boolean" json:",omitempty"`

	Tags []*TagForGetEndpointOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetEndpointOutput) GoString

func (s GetEndpointOutput) GoString() string

GoString returns the string representation

func (*GetEndpointOutput) SetBatchOnly

func (s *GetEndpointOutput) SetBatchOnly(v bool) *GetEndpointOutput

SetBatchOnly sets the BatchOnly field's value.

func (*GetEndpointOutput) SetCreateTime

func (s *GetEndpointOutput) SetCreateTime(v string) *GetEndpointOutput

SetCreateTime sets the CreateTime field's value.

func (*GetEndpointOutput) SetDescription

func (s *GetEndpointOutput) SetDescription(v string) *GetEndpointOutput

SetDescription sets the Description field's value.

func (*GetEndpointOutput) SetEndpointModelType

func (s *GetEndpointOutput) SetEndpointModelType(v string) *GetEndpointOutput

SetEndpointModelType sets the EndpointModelType field's value.

func (*GetEndpointOutput) SetId

SetId sets the Id field's value.

func (*GetEndpointOutput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*GetEndpointOutput) SetModelUnitId

func (s *GetEndpointOutput) SetModelUnitId(v string) *GetEndpointOutput

SetModelUnitId sets the ModelUnitId field's value.

func (*GetEndpointOutput) SetModeration

SetModeration sets the Moderation field's value.

func (*GetEndpointOutput) SetName

SetName sets the Name field's value.

func (*GetEndpointOutput) SetProjectName

func (s *GetEndpointOutput) SetProjectName(v string) *GetEndpointOutput

SetProjectName sets the ProjectName field's value.

func (*GetEndpointOutput) SetRateLimit

SetRateLimit sets the RateLimit field's value.

func (*GetEndpointOutput) SetRollingId

func (s *GetEndpointOutput) SetRollingId(v string) *GetEndpointOutput

SetRollingId sets the RollingId field's value.

func (*GetEndpointOutput) SetScaleTierId

func (s *GetEndpointOutput) SetScaleTierId(v string) *GetEndpointOutput

SetScaleTierId sets the ScaleTierId field's value.

func (*GetEndpointOutput) SetStatus

func (s *GetEndpointOutput) SetStatus(v string) *GetEndpointOutput

SetStatus sets the Status field's value.

func (*GetEndpointOutput) SetStatusReason

func (s *GetEndpointOutput) SetStatusReason(v string) *GetEndpointOutput

SetStatusReason sets the StatusReason field's value.

func (*GetEndpointOutput) SetSupportRolling

func (s *GetEndpointOutput) SetSupportRolling(v bool) *GetEndpointOutput

SetSupportRolling sets the SupportRolling field's value.

func (*GetEndpointOutput) SetSupportScaleTier

func (s *GetEndpointOutput) SetSupportScaleTier(v bool) *GetEndpointOutput

SetSupportScaleTier sets the SupportScaleTier field's value.

func (*GetEndpointOutput) SetTags

SetTags sets the Tags field's value.

func (*GetEndpointOutput) SetUpdateTime

func (s *GetEndpointOutput) SetUpdateTime(v string) *GetEndpointOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetEndpointOutput) String

func (s GetEndpointOutput) String() string

String returns the string representation

type GetModelCustomizationJobInput

type GetModelCustomizationJobInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetModelCustomizationJobInput) GoString

GoString returns the string representation

func (*GetModelCustomizationJobInput) SetId

SetId sets the Id field's value.

func (GetModelCustomizationJobInput) String

String returns the string representation

func (*GetModelCustomizationJobInput) Validate

func (s *GetModelCustomizationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetModelCustomizationJobOutput

type GetModelCustomizationJobOutput struct {
	Metadata *response.ResponseMetadata

	CreateTime *string `type:"string" json:",omitempty"`

	CustomizationType *string `type:"string" json:",omitempty"`

	Data *DataForGetModelCustomizationJobOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Hyperparameters []*HyperparameterForGetModelCustomizationJobOutput `type:"list" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ModelReference *ModelReferenceForGetModelCustomizationJobOutput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Outputs []*OutputForGetModelCustomizationJobOutput `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	PublishedOutputCount *int32 `type:"int32" json:",omitempty"`

	Reason *string `type:"string" json:",omitempty"`

	SaveModelLimit *int32 `type:"int32" json:",omitempty"`

	Status *StatusForGetModelCustomizationJobOutput `type:"structure" json:",omitempty"`

	Tags []*TagForGetModelCustomizationJobOutput `type:"list" json:",omitempty"`

	TotalOutputCount *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*GetModelCustomizationJobOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*GetModelCustomizationJobOutput) SetCustomizationType

SetCustomizationType sets the CustomizationType field's value.

func (*GetModelCustomizationJobOutput) SetData

SetData sets the Data field's value.

func (*GetModelCustomizationJobOutput) SetDescription

SetDescription sets the Description field's value.

func (*GetModelCustomizationJobOutput) SetHyperparameters

SetHyperparameters sets the Hyperparameters field's value.

func (*GetModelCustomizationJobOutput) SetId

SetId sets the Id field's value.

func (*GetModelCustomizationJobOutput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*GetModelCustomizationJobOutput) SetName

SetName sets the Name field's value.

func (*GetModelCustomizationJobOutput) SetOutputs

SetOutputs sets the Outputs field's value.

func (*GetModelCustomizationJobOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*GetModelCustomizationJobOutput) SetPublishedOutputCount

SetPublishedOutputCount sets the PublishedOutputCount field's value.

func (*GetModelCustomizationJobOutput) SetReason

SetReason sets the Reason field's value.

func (*GetModelCustomizationJobOutput) SetSaveModelLimit

SetSaveModelLimit sets the SaveModelLimit field's value.

func (*GetModelCustomizationJobOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetModelCustomizationJobOutput) SetTags

SetTags sets the Tags field's value.

func (*GetModelCustomizationJobOutput) SetTotalOutputCount

SetTotalOutputCount sets the TotalOutputCount field's value.

func (*GetModelCustomizationJobOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (GetModelCustomizationJobOutput) String

String returns the string representation

type HyperparameterForCreateModelCustomizationJobInput

type HyperparameterForCreateModelCustomizationJobInput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HyperparameterForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*HyperparameterForCreateModelCustomizationJobInput) SetName

SetName sets the Name field's value.

func (*HyperparameterForCreateModelCustomizationJobInput) SetValue

SetValue sets the Value field's value.

func (HyperparameterForCreateModelCustomizationJobInput) String

String returns the string representation

type HyperparameterForGetModelCustomizationJobOutput

type HyperparameterForGetModelCustomizationJobOutput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HyperparameterForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*HyperparameterForGetModelCustomizationJobOutput) SetName

SetName sets the Name field's value.

func (*HyperparameterForGetModelCustomizationJobOutput) SetValue

SetValue sets the Value field's value.

func (HyperparameterForGetModelCustomizationJobOutput) String

String returns the string representation

type HyperparameterForListModelCustomizationJobsOutput

type HyperparameterForListModelCustomizationJobsOutput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HyperparameterForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*HyperparameterForListModelCustomizationJobsOutput) SetName

SetName sets the Name field's value.

func (*HyperparameterForListModelCustomizationJobsOutput) SetValue

SetValue sets the Value field's value.

func (HyperparameterForListModelCustomizationJobsOutput) String

String returns the string representation

type InputFileTosLocationForCreateBatchInferenceJobInput

type InputFileTosLocationForCreateBatchInferenceJobInput struct {
	BucketName *string `type:"string" json:",omitempty"`

	ObjectKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InputFileTosLocationForCreateBatchInferenceJobInput) GoString

GoString returns the string representation

func (*InputFileTosLocationForCreateBatchInferenceJobInput) SetBucketName

SetBucketName sets the BucketName field's value.

func (*InputFileTosLocationForCreateBatchInferenceJobInput) SetObjectKey

SetObjectKey sets the ObjectKey field's value.

func (InputFileTosLocationForCreateBatchInferenceJobInput) String

String returns the string representation

type InputFileTosLocationForListBatchInferenceJobsOutput

type InputFileTosLocationForListBatchInferenceJobsOutput struct {
	BucketName *string `type:"string" json:",omitempty"`

	ObjectKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InputFileTosLocationForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*InputFileTosLocationForListBatchInferenceJobsOutput) SetBucketName

SetBucketName sets the BucketName field's value.

func (*InputFileTosLocationForListBatchInferenceJobsOutput) SetObjectKey

SetObjectKey sets the ObjectKey field's value.

func (InputFileTosLocationForListBatchInferenceJobsOutput) String

String returns the string representation

type ItemForListBatchInferenceJobsOutput

type ItemForListBatchInferenceJobsOutput struct {
	CompletionWindow *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	InputFileTosLocation *InputFileTosLocationForListBatchInferenceJobsOutput `type:"structure" json:",omitempty"`

	ModelReference *ModelReferenceForListBatchInferenceJobsOutput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	OutputDirTosLocation *OutputDirTosLocationForListBatchInferenceJobsOutput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RequestCounts *RequestCountsForListBatchInferenceJobsOutput `type:"structure" json:",omitempty"`

	Status *StatusForListBatchInferenceJobsOutput `type:"structure" json:",omitempty"`

	Tags []*TagForListBatchInferenceJobsOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*ItemForListBatchInferenceJobsOutput) SetCompletionWindow

SetCompletionWindow sets the CompletionWindow field's value.

func (*ItemForListBatchInferenceJobsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListBatchInferenceJobsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListBatchInferenceJobsOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*ItemForListBatchInferenceJobsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListBatchInferenceJobsOutput) SetInputFileTosLocation

SetInputFileTosLocation sets the InputFileTosLocation field's value.

func (*ItemForListBatchInferenceJobsOutput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*ItemForListBatchInferenceJobsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListBatchInferenceJobsOutput) SetOutputDirTosLocation

SetOutputDirTosLocation sets the OutputDirTosLocation field's value.

func (*ItemForListBatchInferenceJobsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ItemForListBatchInferenceJobsOutput) SetRequestCounts

SetRequestCounts sets the RequestCounts field's value.

func (*ItemForListBatchInferenceJobsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListBatchInferenceJobsOutput) SetTags

SetTags sets the Tags field's value.

func (*ItemForListBatchInferenceJobsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListBatchInferenceJobsOutput) String

String returns the string representation

type ItemForListEndpointsOutput

type ItemForListEndpointsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EndpointModelType *string `type:"string" json:",omitempty" enum:"EnumOfEndpointModelTypeForListEndpointsOutput"`

	Id *string `type:"string" json:",omitempty"`

	ModelReference *ModelReferenceForListEndpointsOutput `type:"structure" json:",omitempty"`

	ModelUnitId *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RateLimit *RateLimitForListEndpointsOutput `type:"structure" json:",omitempty"`

	RollingId *string `type:"string" json:",omitempty"`

	ScaleTierId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListEndpointsOutput"`

	StatusReason *string `type:"string" json:",omitempty"`

	SupportRolling *bool `type:"boolean" json:",omitempty"`

	SupportScaleTier *bool `type:"boolean" json:",omitempty"`

	Tags []*TagForListEndpointsOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListEndpointsOutput) GoString

func (s ItemForListEndpointsOutput) GoString() string

GoString returns the string representation

func (*ItemForListEndpointsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListEndpointsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListEndpointsOutput) SetEndpointModelType

func (s *ItemForListEndpointsOutput) SetEndpointModelType(v string) *ItemForListEndpointsOutput

SetEndpointModelType sets the EndpointModelType field's value.

func (*ItemForListEndpointsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListEndpointsOutput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*ItemForListEndpointsOutput) SetModelUnitId

SetModelUnitId sets the ModelUnitId field's value.

func (*ItemForListEndpointsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListEndpointsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ItemForListEndpointsOutput) SetRateLimit

SetRateLimit sets the RateLimit field's value.

func (*ItemForListEndpointsOutput) SetRollingId

SetRollingId sets the RollingId field's value.

func (*ItemForListEndpointsOutput) SetScaleTierId

SetScaleTierId sets the ScaleTierId field's value.

func (*ItemForListEndpointsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListEndpointsOutput) SetStatusReason

SetStatusReason sets the StatusReason field's value.

func (*ItemForListEndpointsOutput) SetSupportRolling

SetSupportRolling sets the SupportRolling field's value.

func (*ItemForListEndpointsOutput) SetSupportScaleTier

func (s *ItemForListEndpointsOutput) SetSupportScaleTier(v bool) *ItemForListEndpointsOutput

SetSupportScaleTier sets the SupportScaleTier field's value.

func (*ItemForListEndpointsOutput) SetTags

SetTags sets the Tags field's value.

func (*ItemForListEndpointsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListEndpointsOutput) String

String returns the string representation

type ItemForListModelCustomizationJobsOutput

type ItemForListModelCustomizationJobsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CustomizationType *string `type:"string" json:",omitempty" enum:"EnumOfCustomizationTypeForListModelCustomizationJobsOutput"`

	Data *DataForListModelCustomizationJobsOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Hyperparameters []*HyperparameterForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ModelReference *ModelReferenceForListModelCustomizationJobsOutput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Outputs []*OutputForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	PublishedOutputCount *int32 `type:"int32" json:",omitempty"`

	Reason *string `type:"string" json:",omitempty"`

	SaveModelLimit *int32 `type:"int32" json:",omitempty"`

	Status *StatusForListModelCustomizationJobsOutput `type:"structure" json:",omitempty"`

	Tags []*TagForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	TotalOutputCount *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*ItemForListModelCustomizationJobsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListModelCustomizationJobsOutput) SetCustomizationType

SetCustomizationType sets the CustomizationType field's value.

func (*ItemForListModelCustomizationJobsOutput) SetData

SetData sets the Data field's value.

func (*ItemForListModelCustomizationJobsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListModelCustomizationJobsOutput) SetHyperparameters

SetHyperparameters sets the Hyperparameters field's value.

func (*ItemForListModelCustomizationJobsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListModelCustomizationJobsOutput) SetModelReference

SetModelReference sets the ModelReference field's value.

func (*ItemForListModelCustomizationJobsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListModelCustomizationJobsOutput) SetOutputs

SetOutputs sets the Outputs field's value.

func (*ItemForListModelCustomizationJobsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ItemForListModelCustomizationJobsOutput) SetPublishedOutputCount

SetPublishedOutputCount sets the PublishedOutputCount field's value.

func (*ItemForListModelCustomizationJobsOutput) SetReason

SetReason sets the Reason field's value.

func (*ItemForListModelCustomizationJobsOutput) SetSaveModelLimit

SetSaveModelLimit sets the SaveModelLimit field's value.

func (*ItemForListModelCustomizationJobsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListModelCustomizationJobsOutput) SetTags

SetTags sets the Tags field's value.

func (*ItemForListModelCustomizationJobsOutput) SetTotalOutputCount

SetTotalOutputCount sets the TotalOutputCount field's value.

func (*ItemForListModelCustomizationJobsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListModelCustomizationJobsOutput) String

String returns the string representation

type ListBatchInferenceJobsInput

type ListBatchInferenceJobsInput struct {
	Filter *FilterForListBatchInferenceJobsInput `type:"structure" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty"`

	SortOrder *string `type:"string" json:",omitempty"`

	TagFilters []*TagFilterForListBatchInferenceJobsInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBatchInferenceJobsInput) GoString

func (s ListBatchInferenceJobsInput) GoString() string

GoString returns the string representation

func (*ListBatchInferenceJobsInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListBatchInferenceJobsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListBatchInferenceJobsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListBatchInferenceJobsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ListBatchInferenceJobsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListBatchInferenceJobsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListBatchInferenceJobsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (ListBatchInferenceJobsInput) String

String returns the string representation

type ListBatchInferenceJobsOutput

type ListBatchInferenceJobsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListBatchInferenceJobsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBatchInferenceJobsOutput) GoString

func (s ListBatchInferenceJobsOutput) GoString() string

GoString returns the string representation

func (*ListBatchInferenceJobsOutput) SetItems

SetItems sets the Items field's value.

func (*ListBatchInferenceJobsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListBatchInferenceJobsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListBatchInferenceJobsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListBatchInferenceJobsOutput) String

String returns the string representation

type ListEndpointsInput

type ListEndpointsInput struct {
	Filter *FilterForListEndpointsInput `type:"structure" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty"`

	SortOrder *string `type:"string" json:",omitempty"`

	TagFilters []*TagFilterForListEndpointsInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListEndpointsInput) GoString

func (s ListEndpointsInput) GoString() string

GoString returns the string representation

func (*ListEndpointsInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListEndpointsInput) SetPageNumber

func (s *ListEndpointsInput) SetPageNumber(v int32) *ListEndpointsInput

SetPageNumber sets the PageNumber field's value.

func (*ListEndpointsInput) SetPageSize

func (s *ListEndpointsInput) SetPageSize(v int32) *ListEndpointsInput

SetPageSize sets the PageSize field's value.

func (*ListEndpointsInput) SetProjectName

func (s *ListEndpointsInput) SetProjectName(v string) *ListEndpointsInput

SetProjectName sets the ProjectName field's value.

func (*ListEndpointsInput) SetSortBy

func (s *ListEndpointsInput) SetSortBy(v string) *ListEndpointsInput

SetSortBy sets the SortBy field's value.

func (*ListEndpointsInput) SetSortOrder

func (s *ListEndpointsInput) SetSortOrder(v string) *ListEndpointsInput

SetSortOrder sets the SortOrder field's value.

func (*ListEndpointsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (ListEndpointsInput) String

func (s ListEndpointsInput) String() string

String returns the string representation

type ListEndpointsOutput

type ListEndpointsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListEndpointsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListEndpointsOutput) GoString

func (s ListEndpointsOutput) GoString() string

GoString returns the string representation

func (*ListEndpointsOutput) SetItems

SetItems sets the Items field's value.

func (*ListEndpointsOutput) SetPageNumber

func (s *ListEndpointsOutput) SetPageNumber(v int32) *ListEndpointsOutput

SetPageNumber sets the PageNumber field's value.

func (*ListEndpointsOutput) SetPageSize

func (s *ListEndpointsOutput) SetPageSize(v int32) *ListEndpointsOutput

SetPageSize sets the PageSize field's value.

func (*ListEndpointsOutput) SetTotalCount

func (s *ListEndpointsOutput) SetTotalCount(v int32) *ListEndpointsOutput

SetTotalCount sets the TotalCount field's value.

func (ListEndpointsOutput) String

func (s ListEndpointsOutput) String() string

String returns the string representation

type ListModelCustomizationJobsInput

type ListModelCustomizationJobsInput struct {
	Filter *FilterForListModelCustomizationJobsInput `type:"structure" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListModelCustomizationJobsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListModelCustomizationJobsInput"`

	TagFilters []*TagFilterForListModelCustomizationJobsInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListModelCustomizationJobsInput) GoString

GoString returns the string representation

func (*ListModelCustomizationJobsInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListModelCustomizationJobsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListModelCustomizationJobsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListModelCustomizationJobsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ListModelCustomizationJobsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListModelCustomizationJobsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListModelCustomizationJobsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (ListModelCustomizationJobsInput) String

String returns the string representation

type ListModelCustomizationJobsOutput

type ListModelCustomizationJobsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*ListModelCustomizationJobsOutput) SetItems

SetItems sets the Items field's value.

func (*ListModelCustomizationJobsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListModelCustomizationJobsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListModelCustomizationJobsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListModelCustomizationJobsOutput) String

String returns the string representation

type ModelReferenceForCreateBatchInferenceJobInput

type ModelReferenceForCreateBatchInferenceJobInput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForCreateBatchInferenceJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForCreateBatchInferenceJobInput) GoString

GoString returns the string representation

func (*ModelReferenceForCreateBatchInferenceJobInput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForCreateBatchInferenceJobInput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForCreateBatchInferenceJobInput) String

String returns the string representation

type ModelReferenceForCreateEndpointInput

type ModelReferenceForCreateEndpointInput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForCreateEndpointInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForCreateEndpointInput) GoString

GoString returns the string representation

func (*ModelReferenceForCreateEndpointInput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForCreateEndpointInput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForCreateEndpointInput) String

String returns the string representation

type ModelReferenceForCreateModelCustomizationJobInput

type ModelReferenceForCreateModelCustomizationJobInput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForCreateModelCustomizationJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*ModelReferenceForCreateModelCustomizationJobInput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForCreateModelCustomizationJobInput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForCreateModelCustomizationJobInput) String

String returns the string representation

type ModelReferenceForGetEndpointOutput

type ModelReferenceForGetEndpointOutput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForGetEndpointOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForGetEndpointOutput) GoString

GoString returns the string representation

func (*ModelReferenceForGetEndpointOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForGetEndpointOutput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForGetEndpointOutput) String

String returns the string representation

type ModelReferenceForGetModelCustomizationJobOutput

type ModelReferenceForGetModelCustomizationJobOutput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForGetModelCustomizationJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*ModelReferenceForGetModelCustomizationJobOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForGetModelCustomizationJobOutput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForGetModelCustomizationJobOutput) String

String returns the string representation

type ModelReferenceForListBatchInferenceJobsOutput

type ModelReferenceForListBatchInferenceJobsOutput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForListBatchInferenceJobsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*ModelReferenceForListBatchInferenceJobsOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForListBatchInferenceJobsOutput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForListBatchInferenceJobsOutput) String

String returns the string representation

type ModelReferenceForListEndpointsOutput

type ModelReferenceForListEndpointsOutput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForListEndpointsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForListEndpointsOutput) GoString

GoString returns the string representation

func (*ModelReferenceForListEndpointsOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForListEndpointsOutput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForListEndpointsOutput) String

String returns the string representation

type ModelReferenceForListModelCustomizationJobsOutput

type ModelReferenceForListModelCustomizationJobsOutput struct {
	CustomModelId *string `type:"string" json:",omitempty"`

	FoundationModel *FoundationModelForListModelCustomizationJobsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelReferenceForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*ModelReferenceForListModelCustomizationJobsOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*ModelReferenceForListModelCustomizationJobsOutput) SetFoundationModel

SetFoundationModel sets the FoundationModel field's value.

func (ModelReferenceForListModelCustomizationJobsOutput) String

String returns the string representation

type ModerationForCreateEndpointInput

type ModerationForCreateEndpointInput struct {
	Strategy *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModerationForCreateEndpointInput) GoString

GoString returns the string representation

func (*ModerationForCreateEndpointInput) SetStrategy

SetStrategy sets the Strategy field's value.

func (ModerationForCreateEndpointInput) String

String returns the string representation

type ModerationForGetEndpointOutput

type ModerationForGetEndpointOutput struct {
	Strategy *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModerationForGetEndpointOutput) GoString

GoString returns the string representation

func (*ModerationForGetEndpointOutput) SetStrategy

SetStrategy sets the Strategy field's value.

func (ModerationForGetEndpointOutput) String

String returns the string representation

type OutputDirTosLocationForCreateBatchInferenceJobInput

type OutputDirTosLocationForCreateBatchInferenceJobInput struct {
	BucketName *string `type:"string" json:",omitempty"`

	ObjectKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OutputDirTosLocationForCreateBatchInferenceJobInput) GoString

GoString returns the string representation

func (*OutputDirTosLocationForCreateBatchInferenceJobInput) SetBucketName

SetBucketName sets the BucketName field's value.

func (*OutputDirTosLocationForCreateBatchInferenceJobInput) SetObjectKey

SetObjectKey sets the ObjectKey field's value.

func (OutputDirTosLocationForCreateBatchInferenceJobInput) String

String returns the string representation

type OutputDirTosLocationForListBatchInferenceJobsOutput

type OutputDirTosLocationForListBatchInferenceJobsOutput struct {
	BucketName *string `type:"string" json:",omitempty"`

	ObjectKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OutputDirTosLocationForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*OutputDirTosLocationForListBatchInferenceJobsOutput) SetBucketName

SetBucketName sets the BucketName field's value.

func (*OutputDirTosLocationForListBatchInferenceJobsOutput) SetObjectKey

SetObjectKey sets the ObjectKey field's value.

func (OutputDirTosLocationForListBatchInferenceJobsOutput) String

String returns the string representation

type OutputForGetModelCustomizationJobOutput

type OutputForGetModelCustomizationJobOutput struct {
	CustomModelCreateTimeUnix *int64 `type:"int64" json:",omitempty"`

	CustomModelId *string `type:"string" json:",omitempty"`

	Index *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForGetModelCustomizationJobOutput"`
	// contains filtered or unexported fields
}

func (OutputForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*OutputForGetModelCustomizationJobOutput) SetCustomModelCreateTimeUnix

SetCustomModelCreateTimeUnix sets the CustomModelCreateTimeUnix field's value.

func (*OutputForGetModelCustomizationJobOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*OutputForGetModelCustomizationJobOutput) SetIndex

SetIndex sets the Index field's value.

func (*OutputForGetModelCustomizationJobOutput) SetName

SetName sets the Name field's value.

func (*OutputForGetModelCustomizationJobOutput) SetStatus

SetStatus sets the Status field's value.

func (OutputForGetModelCustomizationJobOutput) String

String returns the string representation

type OutputForListModelCustomizationJobsOutput

type OutputForListModelCustomizationJobsOutput struct {
	CustomModelCreateTimeUnix *int64 `type:"int64" json:",omitempty"`

	CustomModelId *string `type:"string" json:",omitempty"`

	Index *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForListModelCustomizationJobsOutput"`
	// contains filtered or unexported fields
}

func (OutputForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*OutputForListModelCustomizationJobsOutput) SetCustomModelCreateTimeUnix

SetCustomModelCreateTimeUnix sets the CustomModelCreateTimeUnix field's value.

func (*OutputForListModelCustomizationJobsOutput) SetCustomModelId

SetCustomModelId sets the CustomModelId field's value.

func (*OutputForListModelCustomizationJobsOutput) SetIndex

SetIndex sets the Index field's value.

func (*OutputForListModelCustomizationJobsOutput) SetName

SetName sets the Name field's value.

func (*OutputForListModelCustomizationJobsOutput) SetStatus

SetStatus sets the Status field's value.

func (OutputForListModelCustomizationJobsOutput) String

String returns the string representation

type PresetDatasetForCreateModelCustomizationJobInput

type PresetDatasetForCreateModelCustomizationJobInput struct {
	DatasetVersionId *string `type:"string" json:",omitempty"`

	InjectMultiplier *float64 `type:"double" json:",omitempty"`

	InjectSampleCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PresetDatasetForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*PresetDatasetForCreateModelCustomizationJobInput) SetDatasetVersionId

SetDatasetVersionId sets the DatasetVersionId field's value.

func (*PresetDatasetForCreateModelCustomizationJobInput) SetInjectMultiplier

SetInjectMultiplier sets the InjectMultiplier field's value.

func (*PresetDatasetForCreateModelCustomizationJobInput) SetInjectSampleCount

SetInjectSampleCount sets the InjectSampleCount field's value.

func (PresetDatasetForCreateModelCustomizationJobInput) String

String returns the string representation

type PresetDatasetForGetModelCustomizationJobOutput

type PresetDatasetForGetModelCustomizationJobOutput struct {
	DatasetVersionId *string `type:"string" json:",omitempty"`

	InjectMultiplier *float64 `type:"double" json:",omitempty"`

	InjectSampleCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PresetDatasetForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*PresetDatasetForGetModelCustomizationJobOutput) SetDatasetVersionId

SetDatasetVersionId sets the DatasetVersionId field's value.

func (*PresetDatasetForGetModelCustomizationJobOutput) SetInjectMultiplier

SetInjectMultiplier sets the InjectMultiplier field's value.

func (*PresetDatasetForGetModelCustomizationJobOutput) SetInjectSampleCount

SetInjectSampleCount sets the InjectSampleCount field's value.

func (PresetDatasetForGetModelCustomizationJobOutput) String

String returns the string representation

type PresetDatasetForListModelCustomizationJobsOutput

type PresetDatasetForListModelCustomizationJobsOutput struct {
	DatasetVersionId *string `type:"string" json:",omitempty"`

	InjectMultiplier *float64 `type:"double" json:",omitempty"`

	InjectSampleCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PresetDatasetForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*PresetDatasetForListModelCustomizationJobsOutput) SetDatasetVersionId

SetDatasetVersionId sets the DatasetVersionId field's value.

func (*PresetDatasetForListModelCustomizationJobsOutput) SetInjectMultiplier

SetInjectMultiplier sets the InjectMultiplier field's value.

func (*PresetDatasetForListModelCustomizationJobsOutput) SetInjectSampleCount

SetInjectSampleCount sets the InjectSampleCount field's value.

func (PresetDatasetForListModelCustomizationJobsOutput) String

String returns the string representation

type RateLimitForCreateEndpointInput

type RateLimitForCreateEndpointInput struct {
	Rpm *int32 `type:"int32" json:",omitempty"`

	Tpm *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RateLimitForCreateEndpointInput) GoString

GoString returns the string representation

func (*RateLimitForCreateEndpointInput) SetRpm

SetRpm sets the Rpm field's value.

func (*RateLimitForCreateEndpointInput) SetTpm

SetTpm sets the Tpm field's value.

func (RateLimitForCreateEndpointInput) String

String returns the string representation

type RateLimitForGetEndpointOutput

type RateLimitForGetEndpointOutput struct {
	Rpm *int32 `type:"int32" json:",omitempty"`

	Tpm *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RateLimitForGetEndpointOutput) GoString

GoString returns the string representation

func (*RateLimitForGetEndpointOutput) SetRpm

SetRpm sets the Rpm field's value.

func (*RateLimitForGetEndpointOutput) SetTpm

SetTpm sets the Tpm field's value.

func (RateLimitForGetEndpointOutput) String

String returns the string representation

type RateLimitForListEndpointsOutput

type RateLimitForListEndpointsOutput struct {
	Rpm *int32 `type:"int32" json:",omitempty"`

	Tpm *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RateLimitForListEndpointsOutput) GoString

GoString returns the string representation

func (*RateLimitForListEndpointsOutput) SetRpm

SetRpm sets the Rpm field's value.

func (*RateLimitForListEndpointsOutput) SetTpm

SetTpm sets the Tpm field's value.

func (RateLimitForListEndpointsOutput) String

String returns the string representation

type RequestCountsForListBatchInferenceJobsOutput

type RequestCountsForListBatchInferenceJobsOutput struct {
	Completed *int64 `type:"int64" json:",omitempty"`

	Failed *int64 `type:"int64" json:",omitempty"`

	Total *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RequestCountsForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*RequestCountsForListBatchInferenceJobsOutput) SetCompleted

SetCompleted sets the Completed field's value.

func (*RequestCountsForListBatchInferenceJobsOutput) SetFailed

SetFailed sets the Failed field's value.

func (*RequestCountsForListBatchInferenceJobsOutput) SetTotal

SetTotal sets the Total field's value.

func (RequestCountsForListBatchInferenceJobsOutput) String

String returns the string representation

type StatusForGetModelCustomizationJobOutput

type StatusForGetModelCustomizationJobOutput struct {
	BillableTokens *int64 `type:"int64" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	OutputExpiredTime *string `type:"string" json:",omitempty"`

	Phase *string `type:"string" json:",omitempty"`

	PhaseTime *string `type:"string" json:",omitempty"`

	QueuePosition *int32 `type:"int32" json:",omitempty"`

	Resumable *bool `type:"boolean" json:",omitempty"`

	RetryCount *int32 `type:"int32" json:",omitempty"`

	RetryLimit *int32 `type:"int32" json:",omitempty"`

	TrainingTokensPerEpoch *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*StatusForGetModelCustomizationJobOutput) SetBillableTokens

SetBillableTokens sets the BillableTokens field's value.

func (*StatusForGetModelCustomizationJobOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForGetModelCustomizationJobOutput) SetOutputExpiredTime

SetOutputExpiredTime sets the OutputExpiredTime field's value.

func (*StatusForGetModelCustomizationJobOutput) SetPhase

SetPhase sets the Phase field's value.

func (*StatusForGetModelCustomizationJobOutput) SetPhaseTime

SetPhaseTime sets the PhaseTime field's value.

func (*StatusForGetModelCustomizationJobOutput) SetQueuePosition

SetQueuePosition sets the QueuePosition field's value.

func (*StatusForGetModelCustomizationJobOutput) SetResumable

SetResumable sets the Resumable field's value.

func (*StatusForGetModelCustomizationJobOutput) SetRetryCount

SetRetryCount sets the RetryCount field's value.

func (*StatusForGetModelCustomizationJobOutput) SetRetryLimit

SetRetryLimit sets the RetryLimit field's value.

func (*StatusForGetModelCustomizationJobOutput) SetTrainingTokensPerEpoch

SetTrainingTokensPerEpoch sets the TrainingTokensPerEpoch field's value.

func (StatusForGetModelCustomizationJobOutput) String

String returns the string representation

type StatusForListBatchInferenceJobsOutput

type StatusForListBatchInferenceJobsOutput struct {
	Message *string `type:"string" json:",omitempty"`

	Phase *string `type:"string" json:",omitempty"`

	PhaseTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*StatusForListBatchInferenceJobsOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListBatchInferenceJobsOutput) SetPhase

SetPhase sets the Phase field's value.

func (*StatusForListBatchInferenceJobsOutput) SetPhaseTime

SetPhaseTime sets the PhaseTime field's value.

func (StatusForListBatchInferenceJobsOutput) String

String returns the string representation

type StatusForListModelCustomizationJobsOutput

type StatusForListModelCustomizationJobsOutput struct {
	BillableTokens *int64 `type:"int64" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	OutputExpiredTime *string `type:"string" json:",omitempty"`

	Phase *string `type:"string" json:",omitempty"`

	PhaseTime *string `type:"string" json:",omitempty"`

	QueuePosition *int32 `type:"int32" json:",omitempty"`

	Resumable *bool `type:"boolean" json:",omitempty"`

	RetryCount *int32 `type:"int32" json:",omitempty"`

	RetryLimit *int32 `type:"int32" json:",omitempty"`

	TrainingTokensPerEpoch *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*StatusForListModelCustomizationJobsOutput) SetBillableTokens

SetBillableTokens sets the BillableTokens field's value.

func (*StatusForListModelCustomizationJobsOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListModelCustomizationJobsOutput) SetOutputExpiredTime

SetOutputExpiredTime sets the OutputExpiredTime field's value.

func (*StatusForListModelCustomizationJobsOutput) SetPhase

SetPhase sets the Phase field's value.

func (*StatusForListModelCustomizationJobsOutput) SetPhaseTime

SetPhaseTime sets the PhaseTime field's value.

func (*StatusForListModelCustomizationJobsOutput) SetQueuePosition

SetQueuePosition sets the QueuePosition field's value.

func (*StatusForListModelCustomizationJobsOutput) SetResumable

SetResumable sets the Resumable field's value.

func (*StatusForListModelCustomizationJobsOutput) SetRetryCount

SetRetryCount sets the RetryCount field's value.

func (*StatusForListModelCustomizationJobsOutput) SetRetryLimit

SetRetryLimit sets the RetryLimit field's value.

func (*StatusForListModelCustomizationJobsOutput) SetTrainingTokensPerEpoch

SetTrainingTokensPerEpoch sets the TrainingTokensPerEpoch field's value.

func (StatusForListModelCustomizationJobsOutput) String

String returns the string representation

type TagFilterForListBatchInferenceJobsInput

type TagFilterForListBatchInferenceJobsInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForListBatchInferenceJobsInput) GoString

GoString returns the string representation

func (*TagFilterForListBatchInferenceJobsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListBatchInferenceJobsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListBatchInferenceJobsInput) String

String returns the string representation

type TagFilterForListEndpointsInput

type TagFilterForListEndpointsInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForListEndpointsInput) GoString

GoString returns the string representation

func (*TagFilterForListEndpointsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListEndpointsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListEndpointsInput) String

String returns the string representation

type TagFilterForListModelCustomizationJobsInput

type TagFilterForListModelCustomizationJobsInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForListModelCustomizationJobsInput) GoString

GoString returns the string representation

func (*TagFilterForListModelCustomizationJobsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListModelCustomizationJobsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListModelCustomizationJobsInput) String

String returns the string representation

type TagForCreateBatchInferenceJobInput

type TagForCreateBatchInferenceJobInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateBatchInferenceJobInput) GoString

GoString returns the string representation

func (*TagForCreateBatchInferenceJobInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateBatchInferenceJobInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateBatchInferenceJobInput) String

String returns the string representation

type TagForCreateEndpointInput

type TagForCreateEndpointInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateEndpointInput) GoString

func (s TagForCreateEndpointInput) GoString() string

GoString returns the string representation

func (*TagForCreateEndpointInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateEndpointInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateEndpointInput) String

func (s TagForCreateEndpointInput) String() string

String returns the string representation

type TagForCreateModelCustomizationJobInput

type TagForCreateModelCustomizationJobInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*TagForCreateModelCustomizationJobInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateModelCustomizationJobInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateModelCustomizationJobInput) String

String returns the string representation

type TagForGetEndpointOutput

type TagForGetEndpointOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForGetEndpointOutput) GoString

func (s TagForGetEndpointOutput) GoString() string

GoString returns the string representation

func (*TagForGetEndpointOutput) SetKey

SetKey sets the Key field's value.

func (*TagForGetEndpointOutput) SetValue

SetValue sets the Value field's value.

func (TagForGetEndpointOutput) String

func (s TagForGetEndpointOutput) String() string

String returns the string representation

type TagForGetModelCustomizationJobOutput

type TagForGetModelCustomizationJobOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*TagForGetModelCustomizationJobOutput) SetKey

SetKey sets the Key field's value.

func (*TagForGetModelCustomizationJobOutput) SetValue

SetValue sets the Value field's value.

func (TagForGetModelCustomizationJobOutput) String

String returns the string representation

type TagForListBatchInferenceJobsOutput

type TagForListBatchInferenceJobsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForListBatchInferenceJobsOutput) GoString

GoString returns the string representation

func (*TagForListBatchInferenceJobsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForListBatchInferenceJobsOutput) SetValue

SetValue sets the Value field's value.

func (TagForListBatchInferenceJobsOutput) String

String returns the string representation

type TagForListEndpointsOutput

type TagForListEndpointsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForListEndpointsOutput) GoString

func (s TagForListEndpointsOutput) GoString() string

GoString returns the string representation

func (*TagForListEndpointsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForListEndpointsOutput) SetValue

SetValue sets the Value field's value.

func (TagForListEndpointsOutput) String

func (s TagForListEndpointsOutput) String() string

String returns the string representation

type TagForListModelCustomizationJobsOutput

type TagForListModelCustomizationJobsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*TagForListModelCustomizationJobsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForListModelCustomizationJobsOutput) SetValue

SetValue sets the Value field's value.

func (TagForListModelCustomizationJobsOutput) String

String returns the string representation

type TrainingSetForCreateModelCustomizationJobInput

type TrainingSetForCreateModelCustomizationJobInput struct {
	Datasets []*DatasetForCreateModelCustomizationJobInput `type:"list" json:",omitempty"`

	PresetData *string `type:"string" json:",omitempty"`

	PresetDataPercentage *int32 `type:"int32" json:",omitempty"`

	PresetDatasets []*PresetDatasetForCreateModelCustomizationJobInput `type:"list" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPaths []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TrainingSetForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*TrainingSetForCreateModelCustomizationJobInput) SetDatasets

SetDatasets sets the Datasets field's value.

func (*TrainingSetForCreateModelCustomizationJobInput) SetPresetData

SetPresetData sets the PresetData field's value.

func (*TrainingSetForCreateModelCustomizationJobInput) SetPresetDataPercentage

SetPresetDataPercentage sets the PresetDataPercentage field's value.

func (*TrainingSetForCreateModelCustomizationJobInput) SetPresetDatasets

SetPresetDatasets sets the PresetDatasets field's value.

func (*TrainingSetForCreateModelCustomizationJobInput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*TrainingSetForCreateModelCustomizationJobInput) SetTosPaths

SetTosPaths sets the TosPaths field's value.

func (TrainingSetForCreateModelCustomizationJobInput) String

String returns the string representation

type TrainingSetForGetModelCustomizationJobOutput

type TrainingSetForGetModelCustomizationJobOutput struct {
	Datasets []*DatasetForGetModelCustomizationJobOutput `type:"list" json:",omitempty"`

	PresetData *string `type:"string" json:",omitempty"`

	PresetDataPercentage *int32 `type:"int32" json:",omitempty"`

	PresetDatasets []*PresetDatasetForGetModelCustomizationJobOutput `type:"list" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPaths []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TrainingSetForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*TrainingSetForGetModelCustomizationJobOutput) SetDatasets

SetDatasets sets the Datasets field's value.

func (*TrainingSetForGetModelCustomizationJobOutput) SetPresetData

SetPresetData sets the PresetData field's value.

func (*TrainingSetForGetModelCustomizationJobOutput) SetPresetDataPercentage

SetPresetDataPercentage sets the PresetDataPercentage field's value.

func (*TrainingSetForGetModelCustomizationJobOutput) SetPresetDatasets

SetPresetDatasets sets the PresetDatasets field's value.

func (*TrainingSetForGetModelCustomizationJobOutput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*TrainingSetForGetModelCustomizationJobOutput) SetTosPaths

SetTosPaths sets the TosPaths field's value.

func (TrainingSetForGetModelCustomizationJobOutput) String

String returns the string representation

type TrainingSetForListModelCustomizationJobsOutput

type TrainingSetForListModelCustomizationJobsOutput struct {
	Datasets []*DatasetForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	PresetData *string `type:"string" json:",omitempty"`

	PresetDataPercentage *int32 `type:"int32" json:",omitempty"`

	PresetDatasets []*PresetDatasetForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPaths []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TrainingSetForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*TrainingSetForListModelCustomizationJobsOutput) SetDatasets

SetDatasets sets the Datasets field's value.

func (*TrainingSetForListModelCustomizationJobsOutput) SetPresetData

SetPresetData sets the PresetData field's value.

func (*TrainingSetForListModelCustomizationJobsOutput) SetPresetDataPercentage

SetPresetDataPercentage sets the PresetDataPercentage field's value.

func (*TrainingSetForListModelCustomizationJobsOutput) SetPresetDatasets

SetPresetDatasets sets the PresetDatasets field's value.

func (*TrainingSetForListModelCustomizationJobsOutput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*TrainingSetForListModelCustomizationJobsOutput) SetTosPaths

SetTosPaths sets the TosPaths field's value.

func (TrainingSetForListModelCustomizationJobsOutput) String

String returns the string representation

type ValidationSetForCreateModelCustomizationJobInput

type ValidationSetForCreateModelCustomizationJobInput struct {
	Datasets []*DatasetForCreateModelCustomizationJobInput `type:"list" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPaths []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidationSetForCreateModelCustomizationJobInput) GoString

GoString returns the string representation

func (*ValidationSetForCreateModelCustomizationJobInput) SetDatasets

SetDatasets sets the Datasets field's value.

func (*ValidationSetForCreateModelCustomizationJobInput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*ValidationSetForCreateModelCustomizationJobInput) SetTosPaths

SetTosPaths sets the TosPaths field's value.

func (ValidationSetForCreateModelCustomizationJobInput) String

String returns the string representation

type ValidationSetForGetModelCustomizationJobOutput

type ValidationSetForGetModelCustomizationJobOutput struct {
	Datasets []*DatasetForGetModelCustomizationJobOutput `type:"list" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPaths []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidationSetForGetModelCustomizationJobOutput) GoString

GoString returns the string representation

func (*ValidationSetForGetModelCustomizationJobOutput) SetDatasets

SetDatasets sets the Datasets field's value.

func (*ValidationSetForGetModelCustomizationJobOutput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*ValidationSetForGetModelCustomizationJobOutput) SetTosPaths

SetTosPaths sets the TosPaths field's value.

func (ValidationSetForGetModelCustomizationJobOutput) String

String returns the string representation

type ValidationSetForListModelCustomizationJobsOutput

type ValidationSetForListModelCustomizationJobsOutput struct {
	Datasets []*DatasetForListModelCustomizationJobsOutput `type:"list" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPaths []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidationSetForListModelCustomizationJobsOutput) GoString

GoString returns the string representation

func (*ValidationSetForListModelCustomizationJobsOutput) SetDatasets

SetDatasets sets the Datasets field's value.

func (*ValidationSetForListModelCustomizationJobsOutput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*ValidationSetForListModelCustomizationJobsOutput) SetTosPaths

SetTosPaths sets the TosPaths field's value.

func (ValidationSetForListModelCustomizationJobsOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL